Skip to content

Commit a24fb6c

Browse files
committed
chore: test fix for publish ser/de
1 parent 73e45eb commit a24fb6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

starters/spring/tests/spring-test-fixtures/src/testFixtures/kotlin/com/trendyol/stove/testing/e2e/kafka/StringSerdeKafkaSystemTests.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ abstract class StringSerdeKafkaSystemTests(
6565
validate {
6666
kafka {
6767
adminOperations {
68-
val topic = "topic"
68+
val topic = "admin-test-topic-${Random.nextInt()}"
6969
createTopics(listOf(NewTopic(topic, 1, 1)))
7070
listTopics().names().get().contains(topic) shouldBe true
7171
deleteTopics(listOf(topic))

0 commit comments

Comments
 (0)