Fix test error failing after "undef\n=>" was fixed to stringify
[dbsrgits/DBIx-Class.git] / t / 71mysql.t
index e492417..9683451 100644 (file)
@@ -264,7 +264,7 @@ NULLINSEARCH: {
 
     my $artist = $artist2_rs->single;
 
-    is $artist => undef
+    is $artist => undef,
       => 'Nothing Found!';
 }