Skip to content

Commit ac6c885

Browse files
committed
test: add always failing test (temp)
1 parent abbdeb9 commit ac6c885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/boostbox/boostbox_test.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131

132132
(deftest smoke-test
133133
(testing "The test harness is wired up."
134-
(is (= 1 1) "A basic assertion that should always pass.")))
134+
(is (= 1 2) "A basic assertion that should always pass.")))
135135

136136
(deftest urlencode-handles-spaces
137137
(testing "URL Encode handles spaces"

0 commit comments

Comments
 (0)