Skip to content

Commit

Permalink
fix: fix test issue NPE
Browse files Browse the repository at this point in the history
  • Loading branch information
agavra committed Aug 9, 2019
1 parent 49818da commit 57d062d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ public void shouldCreateConnectorFromConfig() throws InterruptedException {
public void shouldWakeupConsumerBeforeShuttingDown() {
// Given:
setupConfigService();
givenConnector("ignored", ImmutableMap.of());
configService.startAsync().awaitRunning();

// When:
Expand Down

0 comments on commit 57d062d

Please sign in to comment.