Leave quotes from DBIC in bindargs
[scpubgit/Q-Branch.git] / t / dbic / no-repeats.t
index 56e4891..29842f0 100644 (file)
@@ -11,7 +11,7 @@ my $pp = DBIx::Class::Storage::Debug::PrettyPrint->new({
    profile => 'none',
    squash_repeats => 1,
    fill_in_placeholders => 1,
-   placeholder_surround => [qw(' ')],
+   placeholder_surround => ['', ''],
    show_progress => 0,
 });