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
use ExUnit.Case, async: true
use ExUnit.Case
use Patch
@test_consumer_group_name1 "test_consumer_1"