Standardized test incantations
[dbsrgits/DBM-Deep.git] / t / 07_locking.t
index 9c0232a..de35154 100644 (file)
@@ -11,7 +11,6 @@ use_ok( 'DBM::Deep' );
 my ($fh, $filename) = new_fh();
 my $db = DBM::Deep->new(
     file => $filename,
-    fh => $fh,
     locking => 1,
 );