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 =