From ae78cb977d2cdc9fd061ee531a515352a8e0ba6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dams=20Nad=C3=A9?= Date: Mon, 18 Apr 2016 15:42:29 +0200 Subject: [PATCH] test.clj: test-stream-intervals: minor typo --- src/riemann/test.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/riemann/test.clj b/src/riemann/test.clj index 1a4f6d66f..cec5c6f41 100644 --- a/src/riemann/test.clj +++ b/src/riemann/test.clj @@ -242,6 +242,6 @@ (defmacro test-stream-intervals "Verifies that run-stream-intervals, taking inputs/intervals, forwards - outputs to chldren." + outputs to children." [stream inputs-and-intervals outputs] `(test/is (~'= (run-stream-intervals ~stream ~inputs-and-intervals) ~outputs)))