diff options
Diffstat (limited to 't/29-app-raps2.t')
-rw-r--r-- | t/29-app-raps2.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/29-app-raps2.t b/t/29-app-raps2.t index c0baeac..cbb170e 100644 --- a/t/29-app-raps2.t +++ b/t/29-app-raps2.t @@ -4,7 +4,7 @@ use warnings; use 5.010; use Test::More tests => 4; -use Test::Exception; +use Test::Fatal; use_ok('App::Raps2'); |