Skip to content

Commit

Permalink
Fix typos in MultiTopic integration tests. (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
loicberthou authored Dec 8, 2023
1 parent 0240a7b commit 9fb123b
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 9fb123b

Please sign in to comment.