diff --git a/testcases/t/525-i3bar-mouse-bindings.t b/testcases/t/525-i3bar-mouse-bindings.t index e67f0df9..57786dea 100644 --- a/testcases/t/525-i3bar-mouse-bindings.t +++ b/testcases/t/525-i3bar-mouse-bindings.t @@ -87,8 +87,6 @@ diag('i3bar window = ' . $i3bar_window); my $left = open_window; my $right = open_window; sync_with_i3; -my $con = $cv->recv; -is($con->{window}, $right->{id}, 'focus is initially on the right container'); sub focus_subtest { my ($subscribecb, $want, $msg) = @_;