Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
YifeiZhuang committed Sep 8, 2023
1 parent d7f035a commit 208cfab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/src/test/java/io/grpc/internal/ClientCallImplTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -825,8 +825,6 @@ public void contextDeadlineShouldBePropagatedToStream() {
verify(stream).setDeadline(deadlineCaptor.capture());

assertTimeoutBetween(deadlineCaptor.getValue().timeRemaining(TimeUnit.MILLISECONDS), 600, 1000);


}

@Test
Expand Down

0 comments on commit 208cfab

Please sign in to comment.