Skip to content

Commit

Permalink
fix: unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
vsukhin committed Feb 9, 2024
1 parent dc7ccd3 commit 6308a06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/executor/jmeterd/pkg/runner/helpers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func TestGetTestPathAndWorkingDir(t *testing.T) {
dataDir: "/tmp/data",
},
wantTestPath: "/tmp/data/test-content",
wantWorkingDir: "",
wantWorkingDir: "/tmp/data",
wantTestFile: "",
wantErr: false,
setup: func(fs *filesystem.MockFileSystem) {
Expand All @@ -59,7 +59,7 @@ func TestGetTestPathAndWorkingDir(t *testing.T) {
dataDir: "/tmp/data",
},
wantTestPath: "/tmp/data/repo/test.jmx",
wantWorkingDir: "",
wantWorkingDir: "/tmp/data",
wantTestFile: "test.jmx",
wantErr: false,
setup: func(fs *filesystem.MockFileSystem) {
Expand Down

0 comments on commit 6308a06

Please sign in to comment.