Standardized test incantations
[dbsrgits/DBM-Deep.git] / t / 48_autoexport_after_delete.t
index b34e0b8..253fa16 100644 (file)
@@ -3,7 +3,7 @@ use 5.006;
 use strict;
 use warnings FATAL => 'all';
 
-use Test::More no_plan => 1;
+use Test::More tests => 2;
 use Test::Deep;
 
 use t::common qw( new_fh );
@@ -12,10 +12,7 @@ use_ok( 'DBM::Deep' );
 
 {
     my ($fh, $filename) = t::common::new_fh();
-    my $db = DBM::Deep->new(
-        file => $filename,
-        fh => $fh,
-    );
+    my $db = DBM::Deep->new( $filename );
 
     # Add a self-referencing connection to test export
     my %struct = (