Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit 3485cec

Browse files
committed
Fix race condition in test
The check was not really necessary anyway.
1 parent 7ac1f5f commit 3485cec

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

internals/cli/masker/masker_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,6 @@ func TestMasker_MultipleStreams(t *testing.T) {
234234
expected += string(b)
235235
}
236236

237-
assert.Equal(t, outputBuffer.String(), "")
238-
239237
err := m.Stop()
240238
assert.OK(t, err)
241239

0 commit comments

Comments
 (0)