Skip to content

Commit

Permalink
fix another test
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshvanahalli committed Jul 21, 2023
1 parent 8aa6670 commit 05c3efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system_tests/forwarder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const nodesCount = 5 // number of testnodes to create in tests
func TestStaticForwarder(t *testing.T) {
ctx, cancel := context.WithCancel(context.Background())
defer cancel()
ipcPath := filepath.Join(t.TempDir(), "test.ipc")
ipcPath := tmpPath(t, "test.ipc")
ipcConfig := genericconf.IPCConfigDefault
ipcConfig.Path = ipcPath
stackConfig := stackConfigForTest(t)
Expand Down

0 comments on commit 05c3efe

Please sign in to comment.