aboutsummaryrefslogtreecommitdiff
path: root/tests/test-pearl-smoke.el
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-pearl-smoke.el')
-rw-r--r--tests/test-pearl-smoke.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-pearl-smoke.el b/tests/test-pearl-smoke.el
index 53c4d06..760da2a 100644
--- a/tests/test-pearl-smoke.el
+++ b/tests/test-pearl-smoke.el
@@ -31,7 +31,7 @@
"The package source loads and defines its public commands."
(should (featurep 'pearl))
(should (fboundp 'pearl-list-issues))
- (should (fboundp 'pearl-new-issue)))
+ (should (fboundp 'pearl-create-issue)))
(provide 'test-pearl-smoke)
;;; test-pearl-smoke.el ends here