Skip to content

Commit

Permalink
Fix xrandr 03 test error message
Browse files Browse the repository at this point in the history
  • Loading branch information
knixeur committed Jan 31, 2020
1 parent 434bf76 commit 13c5ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/xrandr/03_new_screen_has_ws.lua
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ if notioncore.find_screen_id(0):mx_nth(0):name() ~= 'WGroupWS' then
return "First workspace not correctly returned to first screen"
end
if notioncore.find_screen_id(0):mx_nth(1):name() ~= 'WGroupWS<1>' then
return "Second workspace correctly kept on first screen"
return "Second workspace not correctly returned on first screen"
end
if notioncore.find_screen_id(1):mx_nth(0):name() ~= 'WGroupWS<2>' then
return "Second screen did not get new workspace: " .. notioncore.find_screen_id(1):mx_nth(0):name()
Expand Down

0 comments on commit 13c5ad8

Please sign in to comment.