aboutsummaryrefslogtreecommitdiff
path: root/test/ex_prometheus_io_test.exs
blob: 30d0290f62229cfed238335a32dca57fe399b4af (plain)
1
2
3
4
5
6
7
8
defmodule ExPrometheusIoTest do
  use ExUnit.Case
  doctest ExPrometheusIo

  test "the truth" do
    assert 1 + 1 == 2
  end
end