diff --git a/testcases/t/lib/i3test.pm b/testcases/t/lib/i3test.pm index 2dbc83b8..ed75faff 100644 --- a/testcases/t/lib/i3test.pm +++ b/testcases/t/lib/i3test.pm @@ -29,8 +29,7 @@ sub import { my $class = shift; my $pkg = caller; eval "package $pkg; -use Test::More" . (@_ > 0 ? " qw(@_)" : "") . "; -use Test::Exception; +use Test::Most" . (@_ > 0 ? " qw(@_)" : "") . "; use Data::Dumper; use AnyEvent::I3; use Time::HiRes qw(sleep);