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 8c21c67 commit 91336dc
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 @@ -331,6 +331,6 @@ func TestConcurrentCalls(t *testing.T) {
t.Fatal("expected countGood == 1, got", countGood)
}
if countConcurrentErr != 4 {
t.Fatal("expected countConcurrentErr = 4, got", countConcurrentErr)
t.Fatal("expected countConcurrentErr == 4, got", countConcurrentErr)
}
}

0 comments on commit 91336dc

Please sign in to comment.