diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-14 17:20:11 -0200 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-14 17:20:11 -0200 |
commit | ef5b4639cb8e70f2d4ddd26a7621f1361ccb1af7 (patch) | |
tree | 8ed04fe21d50ddbfc4396152bc229fbb687c1e14 | |
parent | 0edc2c089f45672e9390ef98db468e4d690c09df (diff) |
Remove .total from tests too
-rw-r--r-- | test/test-macros.el | 3 |
1 files changed, 1 insertions, 2 deletions
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)))) |