Skip to content

Commit 0eb876e

Browse files
committed
Fix a silly test
1 parent 5325c81 commit 0eb876e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/clojure-mode-sexp-test.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
(clojure-mode)
2929
(goto-char (point-min))
3030
(clojure-forward-logical-sexp 1)
31-
(should (looking-back " {}, :a, 2"))
31+
(should (looking-at-p " {}, :a, 2"))
3232
(clojure-forward-logical-sexp 1)
3333
(should (looking-at-p " :a, 2"))))
3434

0 commit comments

Comments
 (0)