diff options
Diffstat (limited to 'perl/t/object.t')
-rwxr-xr-x | perl/t/object.t | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/perl/t/object.t b/perl/t/object.t index 48604bc..94fe22b 100755 --- a/perl/t/object.t +++ b/perl/t/object.t @@ -320,6 +320,5 @@ EOO is ($object->history, $output, ' and the history is correct'); # Clean up. -my $schema = Wallet::Schema->new; -$schema->drop ($dbh); +$admin->destroy; unlink 'wallet-db'; |