X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F80unique.t;h=9c03fc448cad6854e977821f4c529aea39225a24;hb=2352a24183c1ae0cc4c97a6f8cec4c70657fd559;hp=ad62f0f40bf7087258fb9bf208d076e050a5fedc;hpb=365d06b716eb2b3894d83291c612b116ade1e9d7;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/80unique.t b/t/80unique.t index ad62f0f..9c03fc4 100644 --- a/t/80unique.t +++ b/t/80unique.t @@ -140,7 +140,7 @@ is($cd9->get_column('artist'), $cd1->get_column('artist'), 'artist is correct'); is($cd9->title, $cd1->title, 'title is correct'); is($cd9->year, 2021, 'year is correct'); -# KNOWN TO FAIL: Table with two unique constraints, and we're satisying one of them +# Table with two unique constraints, and we're satisying one of them my $track = $schema->resultset('Track')->find( { cd => 1,