From a710d2c68ab90058e60bca6ea340c439b8470571 Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Sun, 8 Oct 2017 22:01:42 +0200 Subject: [PATCH] Fix readerfooter_spec (#3326) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit My bad, leftover from #3323 but not caught due to some Travis → CircleCI migration birth pains. --- spec/unit/readerfooter_spec.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/unit/readerfooter_spec.lua b/spec/unit/readerfooter_spec.lua index 3a4139690..2df611cdc 100644 --- a/spec/unit/readerfooter_spec.lua +++ b/spec/unit/readerfooter_spec.lua @@ -577,7 +577,7 @@ describe("Readerfooter module", function() assert.falsy(footer.has_no_mode) assert.truthy(readerui.view.footer_visible) - assert.is.same(21, footer:getHeight()) + assert.is.same(24, footer:getHeight()) end) it("should return correct footer height when all modes are disabled", function() @@ -595,7 +595,7 @@ describe("Readerfooter module", function() assert.truthy(footer.has_no_mode) assert.falsy(readerui.view.footer_visible) - assert.is.same(21, footer:getHeight()) + assert.is.same(24, footer:getHeight()) end) it("should disable footer if settings.disabled is true", function()