Skip to content

Commit

Permalink
Break the test
Browse files Browse the repository at this point in the history
  • Loading branch information
mmodzelewski committed Oct 1, 2023
1 parent 6fa0492 commit db00952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/rs/iggy/http/TopicsHttpClientTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ void shouldCreateAndDeleteTopic() {

// then
assertThat(topic).isNotNull();
assertThat(topic.id()).isEqualTo(42L);
assertThat(topic.id()).isEqualTo(43L);
assertThat(topic.name()).isEqualTo("test-topic");

// when
Expand Down

0 comments on commit db00952

Please sign in to comment.