From 63dcca1acd08c0d103196a5d35a581d5380d3717 Mon Sep 17 00:00:00 2001 From: Sean Allred Date: Fri, 2 Jan 2015 19:37:07 -0500 Subject: Fix test Dumb mistake -- I wasn't taking the length of the request before comparing it. --- test/test-api.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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))))) -- cgit v1.2.3