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