Skip to content

Commit

Permalink
fix for windows?
Browse files Browse the repository at this point in the history
  • Loading branch information
mstoykov committed Feb 6, 2025
1 parent 8207df7 commit 0b0881a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/js/modules/k6/grpc/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1405,7 +1405,7 @@ func TestClientLoadProtoAbsoluteRootWithFile(t *testing.T) {
t.Parallel()

ts := newTestState(t)
pwd := "file://" + ts.VU.InitEnvField.CWD.JoinPath("../..").String()
pwd := "file://" + ts.VU.InitEnvField.CWD.JoinPath("..").JoinPath("..").String()

tt := testcase{
initString: codeBlock{
Expand Down

0 comments on commit 0b0881a

Please sign in to comment.