chore: fix some minor issues in comments (#5051)

Signed-off-by: queryfast <queryfast@outlook.com>
This commit is contained in:
queryfast
2025-08-05 12:13:44 +08:00
committed by GitHub
parent 569c00ad09
commit d9df08b079
4 changed files with 5 additions and 5 deletions

View File

@@ -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