Skip to content

Commit

Permalink
Update internal/libtor/enabled_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone authored Jan 15, 2024
1 parent e2f47c6 commit 5b6f183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/libtor/enabled_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ func TestConcurrentCalls(t *testing.T) {
return
}

// the process that does not fail should complain about a nonzero
// the process that starts should complain about a nonzero
// exit code because it's configured in this way
if err := process.Wait(); !errors.Is(err, ErrNonzeroExitCode) {
t.Fatal("unexpected err", err)
Expand Down

0 comments on commit 5b6f183

Please sign in to comment.