Skip to content

Commit

Permalink
tests/ui: cleanup ignores in screen_basic_spec
Browse files Browse the repository at this point in the history
  • Loading branch information
bfredl committed Mar 9, 2015
1 parent d5f72b4 commit 4b1319a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/ui/screen_basic_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ describe('Screen', function()
clear()
screen = Screen.new()
screen:attach()
screen:set_default_attr_ignore( {{}, {bold=true, foreground=255}} )
screen:set_default_attr_ignore( {{bold=true, foreground=255}} )
end)

after_each(function()
Expand Down

0 comments on commit 4b1319a

Please sign in to comment.