diff options
Diffstat (limited to 'tests/test-wttrin-integration-with-debug.el')
| -rw-r--r-- | tests/test-wttrin-integration-with-debug.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-wttrin-integration-with-debug.el b/tests/test-wttrin-integration-with-debug.el index db4e05f..9f50df2 100644 --- a/tests/test-wttrin-integration-with-debug.el +++ b/tests/test-wttrin-integration-with-debug.el @@ -37,7 +37,7 @@ (setq wttrin-debug t) ;; Clear any existing debug log (when (featurep 'wttrin-debug) - (wttrin--debug-clear-log)) + (wttrin-debug-clear-log)) ;; Clear cache (wttrin-clear-cache) ;; Set test configuration @@ -51,7 +51,7 @@ (wttrin-mode-line-mode -1)) (wttrin-clear-cache) (when (featurep 'wttrin-debug) - (wttrin--debug-clear-log)) + (wttrin-debug-clear-log)) (setq wttrin-mode-line-string nil) (setq wttrin--mode-line-tooltip-data nil)) |
