Created mix project
This commit is contained in:
8
test/kafkaex_lag_exporter_test.exs
Normal file
8
test/kafkaex_lag_exporter_test.exs
Normal file
@@ -0,0 +1,8 @@
|
||||
defmodule KafkaexLagExporterTest do
|
||||
use ExUnit.Case
|
||||
doctest KafkaexLagExporter
|
||||
|
||||
test "greets the world" do
|
||||
assert KafkaexLagExporter.hello() == :world
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user