Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 committed Jan 17, 2025
1 parent d0c5e3c commit 8307752
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ void shouldCreateTopic() {
.replicationFactor((short) 1)
.build();
client.createTopic("topic", settings, emptyMap());
assertThat(client.exists("foo")).isTrue();
assertThat(client.exists("topic")).isTrue();
assertThat(client.describe("topic"))
.satisfies(info -> {
assertThat(info.getReplicationFactor()).isEqualTo((short) 1);
Expand Down

0 comments on commit 8307752

Please sign in to comment.