From e218a480a504fbaa7909760579ce0616855c9d48 Mon Sep 17 00:00:00 2001 From: Dillon Kearns Date: Mon, 9 Aug 2021 17:32:54 -0700 Subject: [PATCH] Fix test output. --- tests/StaticHttpRequestsTests.elm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/StaticHttpRequestsTests.elm b/tests/StaticHttpRequestsTests.elm index 766d3a06..ee2c01fb 100644 --- a/tests/StaticHttpRequestsTests.elm +++ b/tests/StaticHttpRequestsTests.elm @@ -875,11 +875,11 @@ I encountered DataSource.distill with two matching keys that had differing encod Look for DataSource.distill with the key "stars" The first encoded value was: -86 +123 ------------------------------- The second encoded value was: -123""") +86""") ] --, describe "generateFiles"