Fix readerfooter_spec (#3326)

My bad, leftover from #3323 but not caught due to some Travis → CircleCI migration birth pains.
This commit is contained in:
Frans de Jonge
2017-10-08 22:01:42 +02:00
committed by GitHub
parent bcb09f3aa1
commit a710d2c68a

View File

@@ -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()