From: Matt S Trout Date: Sun, 14 May 2006 18:25:56 +0000 (+0000) Subject: tweaked might_have test for -current X-Git-Tag: v0.07002~98 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=50f18b6b64b9b5e1a6e66ea4c3561e011ae4e0bd;p=dbsrgits%2FDBIx-Class.git tweaked might_have test for -current --- diff --git a/t/run/26might_have.tl b/t/run/26might_have.tl index a1c534e..0b700e8 100644 --- a/t/run/26might_have.tl +++ b/t/run/26might_have.tl @@ -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;