Use source->name or source->source_name for naming of sources in a central method
[dbsrgits/DBIx-Class-Fixtures.git] / t / 09-dump-scalar-ref.t
index fe5450b..d7fa019 100644 (file)
@@ -31,7 +31,7 @@ ok($fixtures->dump({ config => 'scalar_ref.json', schema => $schema, directory =
 
 {
   # check dump is okay
-  my $dir = dir('t/var/fixtures/cd');
+  my $dir = dir('t/var/fixtures/CD');
   my @children = $dir->children;
   is(scalar(@children), 1, 'right number of fixtures created');