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 71446c3 commit 1531e51Copy full SHA for 1531e51
Tests/GRPCCoreTests/Call/Server/Internal/ServerRPCExecutorTests.swift
@@ -333,7 +333,7 @@ final class ServerRPCExecutorTests: XCTestCase {
333
}
334
335
XCTAssertEqual(counter1.value, 1)
336
- // Zero because the RPC should've been rejected by the second interceptor.
+ // Zero because the RPC should have been rejected by the second interceptor.
337
XCTAssertEqual(counter2.value, 0)
338
339
0 commit comments