diff options
| author | Wilfred Hughes <me@wilfred.me.uk> | 2017-06-04 10:37:16 +0100 |
|---|---|---|
| committer | Wilfred Hughes <me@wilfred.me.uk> | 2017-06-04 10:37:16 +0100 |
| commit | dcfafcb70ed823c21802a4273a86efcbff2bfd85 (patch) | |
| tree | 961e87493166d4fe291b375da22e3c7aa5a09016 /test/unit-test.el | |
| parent | 1c6d5cb3d86d270d1a270b248f9cc15ae0a4d831 (diff) | |
Fix tests
Diffstat (limited to 'test/unit-test.el')
| -rw-r--r-- | test/unit-test.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit-test.el b/test/unit-test.el index 2b0defe..9877861 100644 --- a/test/unit-test.el +++ b/test/unit-test.el @@ -55,4 +55,4 @@ ;; test-foo, so remove all properties. (setplist #'test-foo-no-properties nil) - (should (helpful #'test-foo-no-properties))) + (should (helpful-function #'test-foo-no-properties))) |
