From 1cc9afbcf40a9e14674a5fbba5eeaff5a1033bab Mon Sep 17 00:00:00 2001 From: Pascal Schmid Date: Thu, 28 Mar 2024 18:41:35 +0100 Subject: [PATCH] Adjust async level of tests --- test/consumer_offset_fetcher_test.exs | 2 +- test/topic_name_parser_test.exs | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/test/consumer_offset_fetcher_test.exs b/test/consumer_offset_fetcher_test.exs index 5c8c4a4..9ed9c51 100644 --- a/test/consumer_offset_fetcher_test.exs +++ b/test/consumer_offset_fetcher_test.exs @@ -1,5 +1,5 @@ defmodule KafkaexLagExporter.ConsumerOffsetFetcher.Test do - use ExUnit.Case, async: true + use ExUnit.Case use Patch @test_consumer_group_name1 "test_consumer_1" diff --git a/test/topic_name_parser_test.exs b/test/topic_name_parser_test.exs index 0c25884..d0c6c22 100644 --- a/test/topic_name_parser_test.exs +++ b/test/topic_name_parser_test.exs @@ -1,6 +1,5 @@ defmodule KafkaexLagExporterTopicNameParserTest do - use ExUnit.Case - doctest KafkaexLagExporter.TopicNameParser + use ExUnit.Case, async: true test "should parse single topic" do test_member_assignment =