Skip to content

Commit

Permalink
update unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lxzan committed May 2, 2023
1 parent ddc71e5 commit 2ef392d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions reader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ func TestSegments(t *testing.T) {
testWrite(client, false, OpcodeText, testCloneBytes(s1))
testWrite(client, true, OpcodeContinuation, testCloneBytes(s2))
}()
go server.Listen()
wg.Wait()
})

Expand Down Expand Up @@ -236,7 +235,6 @@ func TestSegments(t *testing.T) {
testWrite(client, false, OpcodeText, testCloneBytes(s1))
testWrite(client, true, OpcodeText, testCloneBytes(s2))
}()
go server.Listen()
wg.Wait()
})
}
Expand Down

0 comments on commit 2ef392d

Please sign in to comment.