Skip to content

Commit ffb9c8e

Browse files
committed
Fixed *debug-hook* to *debugger-hook*
1 parent 154135e commit ffb9c8e

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)