From 03a7e6b96d22ead5eee26a37da90fcca59e8135b Mon Sep 17 00:00:00 2001 From: kballou Date: Tue, 22 Mar 2016 15:14:48 -0600 Subject: Remove the truth --- test/ex_prometheus_io_test.exs | 3 --- 1 file changed, 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 -- cgit v1.2.1