Skip to content

Commit 65140f4

Browse files
committed
spelling: should have
Signed-off-by: Josh Soref <[email protected]>
1 parent 5224785 commit 65140f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/GRPCCoreTests/Call/Server/Internal/ServerRPCExecutorTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ final class ServerRPCExecutorTests: XCTestCase {
333333
}
334334

335335
XCTAssertEqual(counter1.value, 1)
336-
// Zero because the RPC should've been rejected by the second interceptor.
336+
// Zero because the RPC should have been rejected by the second interceptor.
337337
XCTAssertEqual(counter2.value, 0)
338338
}
339339

0 commit comments

Comments
 (0)