tweaked might_have test for -current
[dbsrgits/DBIx-Class.git] / t / run / 26might_have.tl
index a1c534e..0b700e8 100644 (file)
@@ -26,7 +26,7 @@ $schema->storage->debug(0);
 
 
 my $cd2 = $schema->resultset("CD")->find(2, {prefetch => 'liner_notes'});
-$cd2->title('test');
+$cd2->title('test2');
 
 # SELECT count
 $queries = 0;