blob: cf5dd7a4911fa263a73ece65a60105fadae2e6e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/ivy-test.el
+++ b/ivy-test.el
@@ -53,7 +53,7 @@ Intended as :after-while advice for `require'."
(setq ivy-last (make-ivy-state))
-(ert-deftest ivy--lazy-load-ffap--ffap-url-p ()
+(defun ivy--lazy-load-ffap--ffap-url-p ()
(should (not (memq 'ffap ivy-features)))
(should (not (fboundp 'ffap-url-p)))
(should (string= (ivy-ffap-url-p "https://foo.org")
|