From 9fb123bb302c75e72b000b2a909a290299ab41ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Berthou?= Date: Fri, 8 Dec 2023 15:11:02 -0500 Subject: [PATCH] Fix typos in MultiTopic integration tests. (#242) --- tests/IntegrationTests/MultiTopic.fs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/IntegrationTests/MultiTopic.fs b/tests/IntegrationTests/MultiTopic.fs index 6bc67f65..c48b017f 100644 --- a/tests/IntegrationTests/MultiTopic.fs +++ b/tests/IntegrationTests/MultiTopic.fs @@ -33,7 +33,7 @@ let tests = let! producer2 = client.NewProducer() - .Topic(topicName1) + .Topic(topicName2) .ProducerName(name + "2") .EnableBatching(false) .CreateAsync() @@ -93,7 +93,7 @@ let tests = let! producer2 = client.NewProducer() - .Topic(topicName1) + .Topic(topicName2) .ProducerName(name + "2") .EnableBatching(false) .CreateAsync()