Skip to content

Commit

Permalink
Fixing syntax error in test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
einhverfr committed Sep 13, 2014
1 parent 88d1a31 commit fd37c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/40-dbsetup.t
Expand Up @@ -43,7 +43,7 @@ my $db = LedgerSMB::Database->new({

# Manual tests
ok($db->create, 'Database Created')
|| BAIL_OUT('Database could not be created! ' . $rc);
|| BAIL_OUT('Database could not be created! ');
ok($db->load_base_schema, 'Basic schema loaded');

ok($db->load_modules('LOADORDER'), 'Modules loaded');
Expand Down

0 comments on commit fd37c00

Please sign in to comment.