Merge branch 'topic/parallelize-tests' of https://github.com/RsrchBoy/DBIx-Class...
[dbsrgits/DBIx-Class-Fixtures.git] / t / 07-dump-all.t
index 482ad41..111bfd6 100644 (file)
@@ -11,7 +11,7 @@ use IO::All;
 
 my $tempdir = tempdir;
 use if $^O eq 'MSWin32','Devel::Confess';
-plan tests => 16;
+plan tests => 18;
 
 # set up and populate schema
 ok(my $schema = DBICTest->init_schema(db_dir => $tempdir, ), 'got schema');