Skip to content

Commit

Permalink
fix tu
Browse files Browse the repository at this point in the history
  • Loading branch information
adriencalime committed Dec 7, 2023
1 parent 1b81699 commit 0f17f5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ void shouldNotValidateTagsWhenNoNewTag() throws InterruptedException, ExecutionE
.name("test.topic")
.build())
.spec(Topic.TopicSpec.builder()
.tags(List.of("TAG1"))
.tags(Arrays.asList("TAG1"))
.replicationFactor(3)
.partitions(3)
.configs(Map.of("cleanup.policy", "delete",
Expand Down

0 comments on commit 0f17f5a

Please sign in to comment.