testcases: use Test::More is_deeply, don't depend on Test::Deep
This commit is contained in:
committed by
Michael Stapelberg
parent
3a9d94bba4
commit
8d83697cc2
@ -21,6 +21,6 @@ $window->map;
|
||||
sleep(0.25);
|
||||
|
||||
my $new_rect = $window->rect;
|
||||
ok(!eq_deeply($new_rect, $original_rect), "Window got repositioned");
|
||||
ok(!eq_hash($new_rect, $original_rect), "Window got repositioned");
|
||||
|
||||
done_testing;
|
||||
|
Reference in New Issue
Block a user