Standardized test incantations
[dbsrgits/DBM-Deep.git] / t / 16_circular.t
index 9752816..501435d 100644 (file)
@@ -8,7 +8,7 @@ use t::common qw( new_fh );
 use_ok( 'DBM::Deep' );
 
 my ($fh, $filename) = new_fh();
-my $db = DBM::Deep->new( file => $filename, fh => $fh, );
+my $db = DBM::Deep->new( $filename );
 
 ##
 # put/get simple keys