From 0952c58532a8c43bd9b2a83c6448da7ed6cc55d7 Mon Sep 17 00:00:00 2001 From: kballou Date: Wed, 3 Aug 2016 15:06:45 -0600 Subject: Remove compile warning from test --- test/ex_prometheus_io_test.exs | 1 + 1 file changed, 1 insertion(+) diff --git a/test/ex_prometheus_io_test.exs b/test/ex_prometheus_io_test.exs index c4ce578..592d628 100644 --- a/test/ex_prometheus_io_test.exs +++ b/test/ex_prometheus_io_test.exs @@ -21,6 +21,7 @@ defmodule ExPrometheusIoTest do test "can query up series data" do {pid, ref} = ExPrometheusIo.series(["up"]) assert_receive {:prometheus_results, ^ref, results} + assert is_list(results) refute Process.alive?(pid) end -- cgit v1.2.1