mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-07 15:10:01 +08:00
chore: fix some minor issues in comments (#5051)
Signed-off-by: queryfast <queryfast@outlook.com>
This commit is contained in:
@@ -1741,7 +1741,7 @@ func TestHandleSSEPing(t *testing.T) {
|
||||
mock.server.clientsLock.Unlock()
|
||||
|
||||
assert.Equal(t, 1, clientCount, "One client should be added during the test")
|
||||
assert.Equal(t, 0, finalClientCount, "Client should be cleaned up after context cancelation")
|
||||
assert.Equal(t, 0, finalClientCount, "Client should be cleaned up after context cancellation")
|
||||
}
|
||||
|
||||
// TestHandleSSEPing tests the automatic ping functionality in the SSE handler
|
||||
|
||||
Reference in New Issue
Block a user