Adjust async level of tests

This commit is contained in:
2024-03-28 18:41:35 +01:00
parent f09ad58fb5
commit 1cc9afbcf4
2 changed files with 2 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
defmodule KafkaexLagExporter.ConsumerOffsetFetcher.Test do defmodule KafkaexLagExporter.ConsumerOffsetFetcher.Test do
use ExUnit.Case, async: true use ExUnit.Case
use Patch use Patch
@test_consumer_group_name1 "test_consumer_1" @test_consumer_group_name1 "test_consumer_1"

View File

@@ -1,6 +1,5 @@
defmodule KafkaexLagExporterTopicNameParserTest do defmodule KafkaexLagExporterTopicNameParserTest do
use ExUnit.Case use ExUnit.Case, async: true
doctest KafkaexLagExporter.TopicNameParser
test "should parse single topic" do test "should parse single topic" do
test_member_assignment = test_member_assignment =