tests/ui: cleanup ignores in screen_basic_spec

This commit is contained in:
Björn Linse
2015-02-25 10:50:04 +01:00
parent a040aa95c1
commit cf88f33eec

View File

@@ -10,7 +10,7 @@ describe('Screen', function()
clear() clear()
screen = Screen.new() screen = Screen.new()
screen:attach() screen:attach()
screen:set_default_attr_ignore( {{}, {bold=true, foreground=255}} ) screen:set_default_attr_ignore( {{bold=true, foreground=255}} )
end) end)
after_each(function() after_each(function()