We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f3cae9 commit 0906fc0Copy full SHA for 0906fc0
tests/testStatsdClient.cpp
@@ -70,7 +70,7 @@ void testSendRecv(uint64_t batchSize, uint64_t sendInterval) {
70
// is there a race condition where the client sending before the server binds would drop that clients message
71
72
for (int i = 0; i < 3; ++i) {
73
- // Increment "coco"
+ // Increment "coco"
74
client.increment("coco");
75
throwOnError(client);
76
expected.emplace_back("sendRecv.coco:1|c");
0 commit comments