diff options
-rw-r--r-- | test/test-api.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-api.el b/test/test-api.el index 8e71eb2..91a8adb 100644 --- a/test/test-api.el +++ b/test/test-api.el @@ -19,4 +19,4 @@ (ert-deftest test-method-get-all () "Tests sx-method interface to `sx-request-all-items'" - (should (< 250 (sx-method-call 'sites :get-all t)))) + (should (< 250 (length (sx-method-call 'sites :get-all t))))) |