Skip to content

Commit

Permalink
Update variable names
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenvandisseldorp committed Nov 13, 2024
1 parent 3ef9c6b commit 4486438
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ void shouldLoadWithoutExceptions() throws IOException {
final var yaml = getClass().getClassLoader().getResourceAsStream("ksml-runner-config.yaml");
final var ksmlRunnerConfig = objectMapper.readValue(yaml, KSMLRunnerConfig.class);

assertNotNull(ksmlRunnerConfig.ksml());
assertNotNull(ksmlRunnerConfig.kafka());
assertNotNull(ksmlRunnerConfig.ksmlConfig());
assertNotNull(ksmlRunnerConfig.kafkaConfig());
}
}

0 comments on commit 4486438

Please sign in to comment.