Adjust async level of tests
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user