Skip to content

Commit

Permalink
fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rusq committed May 21, 2023
1 parent a390e81 commit 71123e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/chunk/transform/export_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ func Test_transform(t *testing.T) {
const (
base = "../../../"
srcdir = base + "tmp/exportv3"
fsaDir = base + "tmp/exportv3/out"
)
var fsaDir = t.TempDir()
type args struct {
ctx context.Context
fsa fsadapter.FS
Expand Down
2 changes: 1 addition & 1 deletion internal/convert/chunkexp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
)

const (
testSrcDir = "../../tmp/slackdump_20230506_120330" // TODO: fix manual nature of this/obfuscate
testSrcDir = "../../tmp/ora600" // TODO: fix manual nature of this/obfuscate
)

var testLogger = dlog.New(os.Stderr, "unit ", log.Lshortfile|log.LstdFlags, true)
Expand Down

0 comments on commit 71123e7

Please sign in to comment.