Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Update number of tests.
Browse files Browse the repository at this point in the history
Forgot to update the total number of tests after e552762
  • Loading branch information
brummett committed Mar 18, 2015
1 parent 9f5f23b commit ad5d3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/commands.t
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ my $config = TestDbServer::Configuration->new_from_path();
my $schema = create_new_schema($config);
my $uuid_gen = Data::UUID->new();

plan tests => 8;
plan tests => 9;

subtest 'create template from database' => sub {
plan tests => 5;
Expand Down

0 comments on commit ad5d3c2

Please sign in to comment.