Skip to content

Commit

Permalink
feat: Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelpri10 committed Jun 24, 2024
1 parent bc7530a commit 77d56df
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1339,6 +1339,7 @@ public void testPublishOpenTelemetryTracing() throws Exception {

testPublisherServiceImpl.addPublishResponse(PublishResponse.newBuilder().addMessageIds("1"));
ApiFuture<String> publishFuture = sendTestMessage(publisher, "A");
fakeExecutor.advanceTime(Duration.ofSeconds(5));
assertEquals("1", publishFuture.get());
fakeExecutor.advanceTime(Duration.ofSeconds(5));

Expand Down

0 comments on commit 77d56df

Please sign in to comment.