tweaked might_have test for -current
Matt S Trout [Sun, 14 May 2006 18:25:56 +0000 (18:25 +0000)]
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;