Skip to content

Commit 2c9012e

Browse files
committed
Merge branch 'master' of github.com:AccelerationNet/lisp-unit2
2 parents 3b52b8c + e1efbf2 commit 2c9012e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ while maintaining its benefits and workflow
114114
;; tests are running or after all the tests have run
115115
116116
;; to disable the debugger:
117-
(let (*debug-hook*)
117+
(let (*debugger-hook*)
118118
(run-tests :tests 'my-tests::test-subtraction))
119119
120120
;; to debug failed assertions with the context function

0 commit comments

Comments
 (0)