aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkballou <kballou@devnulllabs.io>2016-03-22 15:14:48 -0600
committerkballou <kballou@devnulllabs.io>2016-03-22 16:40:21 -0600
commit03a7e6b96d22ead5eee26a37da90fcca59e8135b (patch)
tree8d146ebbce6236ab6492cc66c61cda7cfe5f7fd5
parent1ae3ac5e3cbe2655e3b4e6f7af0053925b45c72a (diff)
downloadex_prometheus_io-03a7e6b96d22ead5eee26a37da90fcca59e8135b.tar.gz
ex_prometheus_io-03a7e6b96d22ead5eee26a37da90fcca59e8135b.tar.xz
Remove the truth
-rw-r--r--test/ex_prometheus_io_test.exs3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/ex_prometheus_io_test.exs b/test/ex_prometheus_io_test.exs
index 30d0290..8990325 100644
--- a/test/ex_prometheus_io_test.exs
+++ b/test/ex_prometheus_io_test.exs
@@ -2,7 +2,4 @@ defmodule ExPrometheusIoTest do
use ExUnit.Case
doctest ExPrometheusIo
- test "the truth" do
- assert 1 + 1 == 2
- end
end