Skip to content

Commit

Permalink
correct test data path
Browse files Browse the repository at this point in the history
Signed-off-by: Shlomi Noach <[email protected]>
  • Loading branch information
shlomi-noach committed Feb 28, 2024
1 parent f87bb76 commit 59c8169
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ var (
)

const (
testDataPath = "tmptestdata"
testDataPath = "testdata"
)

func TestMain(m *testing.M) {
Expand Down

0 comments on commit 59c8169

Please sign in to comment.