Skip to content

Commit 13c5ad8

Browse files
committed
Fix xrandr 03 test error message
1 parent 434bf76 commit 13c5ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/xrandr/03_new_screen_has_ws.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ if notioncore.find_screen_id(0):mx_nth(0):name() ~= 'WGroupWS' then
5959
return "First workspace not correctly returned to first screen"
6060
end
6161
if notioncore.find_screen_id(0):mx_nth(1):name() ~= 'WGroupWS<1>' then
62-
return "Second workspace correctly kept on first screen"
62+
return "Second workspace not correctly returned on first screen"
6363
end
6464
if notioncore.find_screen_id(1):mx_nth(0):name() ~= 'WGroupWS<2>' then
6565
return "Second screen did not get new workspace: " .. notioncore.find_screen_id(1):mx_nth(0):name()

0 commit comments

Comments
 (0)