Skip to content

Commit

Permalink
Fix typos in MultiTopic integration tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
loicberthou committed Dec 8, 2023
1 parent 0240a7b commit 239d8c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/IntegrationTests/MultiTopic.fs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ let tests =

let! producer2 =
client.NewProducer()
.Topic(topicName1)
.Topic(topicName2)
.ProducerName(name + "2")
.EnableBatching(false)
.CreateAsync()
Expand Down Expand Up @@ -93,7 +93,7 @@ let tests =

let! producer2 =
client.NewProducer()
.Topic(topicName1)
.Topic(topicName2)
.ProducerName(name + "2")
.EnableBatching(false)
.CreateAsync()
Expand Down

0 comments on commit 239d8c9

Please sign in to comment.