Flip quoting in all of t/71mysql.t (no test changes)
[dbsrgits/DBIx-Class.git] / t / discard_changes_in_DESTROY.t
index cefcda4..736664d 100644 (file)
@@ -15,7 +15,7 @@ my $schema = DBICTest->init_schema();
         local *DBICTest::Artist::DESTROY;
         local *DBICTest::Artist::DESTROY = sub { $_[0]->discard_changes };
 
-        my $artist = $schema->resultset("Artist")->create( { 
+        my $artist = $schema->resultset("Artist")->create( {
             artistid    => 10,
             name        => "artist number 10",
         });