summaryrefslogtreecommitdiff
path: root/test/clarktown
diff options
context:
space:
mode:
Diffstat (limited to 'test/clarktown')
-rw-r--r--test/clarktown/core_test.clj4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/clarktown/core_test.clj b/test/clarktown/core_test.clj
index 8a2ee58..c4b5ee1 100644
--- a/test/clarktown/core_test.clj
+++ b/test/clarktown/core_test.clj
@@ -6,5 +6,5 @@
(deftest overall-test
(testing "Overall"
- (is (= (slurp "./resources/test/core_result.html")
- (core/render (slurp "./resources/test/core.md")))))) \ No newline at end of file
+ (is (= (core/render (slurp "./resources/test/core.md"))
+ (slurp "./resources/test/core_result.html"))))) \ No newline at end of file