From 0edc2c089f45672e9390ef98db468e4d690c09df Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Thu, 8 Jan 2015 18:27:37 -0200 Subject: Fix test --- test/test-macros.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test-macros.el') diff --git a/test/test-macros.el b/test/test-macros.el index 1634603..a43d383 100644 --- a/test/test-macros.el +++ b/test/test-macros.el @@ -41,4 +41,4 @@ .quota_max .quota_remaining .total) - nil none)))) + nil nil)))) -- cgit v1.2.3 From ef5b4639cb8e70f2d4ddd26a7621f1361ccb1af7 Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Wed, 14 Jan 2015 17:20:11 -0200 Subject: Remove .total from tests too --- test/test-macros.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/test-macros.el') diff --git a/test/test-macros.el b/test/test-macros.el index a43d383..5e0eac9 100644 --- a/test/test-macros.el +++ b/test/test-macros.el @@ -39,6 +39,5 @@ .page .page_size .quota_max - .quota_remaining - .total) + .quota_remaining) nil nil)))) -- cgit v1.2.3