aboutsummaryrefslogtreecommitdiff
path: root/tests/test-coverage-elisp--detect.el
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-coverage-elisp--detect.el')
-rw-r--r--tests/test-coverage-elisp--detect.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-coverage-elisp--detect.el b/tests/test-coverage-elisp--detect.el
index 1301495a..0a83449b 100644
--- a/tests/test-coverage-elisp--detect.el
+++ b/tests/test-coverage-elisp--detect.el
@@ -93,7 +93,7 @@ directories; others are files. Returns the temp directory path."
(should (eq 'elisp (plist-get backend :name)))
(should (functionp (plist-get backend :detect)))
(should (functionp (plist-get backend :run)))
- (should (functionp (plist-get backend :lcov-path)))))
+ (should (functionp (plist-get backend :report-path)))))
(provide 'test-coverage-elisp--detect)
;;; test-coverage-elisp--detect.el ends here