summaryrefslogtreecommitdiff
path: root/test/clarktown/matchers/quote_block_test.clj
diff options
context:
space:
mode:
authorAsko Nõmm <ano@ano.ee>2022-05-08 12:23:35 +0300
committerAsko Nõmm <ano@ano.ee>2022-05-08 12:23:35 +0300
commitb97891cc45b9a087a372767e25aa36788bc979bf (patch)
tree0401ef1f090575c36f9e110eaeb50412e3fd4139 /test/clarktown/matchers/quote_block_test.clj
parentff2279150638b43aab4e65b2578a5dbd348e21d8 (diff)
Naming improvements, code block matcher test
Diffstat (limited to 'test/clarktown/matchers/quote_block_test.clj')
-rw-r--r--test/clarktown/matchers/quote_block_test.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/clarktown/matchers/quote_block_test.clj b/test/clarktown/matchers/quote_block_test.clj
index 05288d6..d4c9067 100644
--- a/test/clarktown/matchers/quote_block_test.clj
+++ b/test/clarktown/matchers/quote_block_test.clj
@@ -4,7 +4,7 @@
[clarktown.matchers.quote-block :as quote-block]))
-(deftest quote-block-block-matcher-test
+(deftest quote-block-matcher-test
(testing "Checking a quote block"
(is (true? (quote-block/match? "> Test")))
(is (true? (quote-block/match? " > Test")))