squash_repeats > no_repeats
[dbsrgits/SQL-Abstract.git] / t / dbic / no-repeats.t
index fd53867..1ec4c53 100644 (file)
@@ -9,7 +9,7 @@ open my $fh, '>', \$cap;
 
 my $pp = DBIx::Class::Storage::Debug::PrettyPrint->new({
    profile => 'none',
-   no_repeats => 1,
+   squash_repeats => 1,
    fill_in_placeholders => 1,
    placeholder_surround => [qw(' ')],
    show_progress => 0,