X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F100extra_source.t;h=05d99b91e455ee1085d9c1280d51fa4091cbd52b;hb=497d874ac78f5b6bba1309001f62c299a9419499;hp=c5c19bbccc9f1a2b89ebb4a1156f529c6a8411c0;hpb=5d77957881710b33a6f3cd8c36014e6a92838763;p=dbsrgits%2FDBIx-Class.git diff --git a/t/100extra_source.t b/t/100extra_source.t index c5c19bb..05d99b9 100644 --- a/t/100extra_source.t +++ b/t/100extra_source.t @@ -38,7 +38,7 @@ local $SIG{__WARN__} = sub { $warn = shift }; { my $source = $schema->source('DBICTest::Artist'); $schema->register_source($source->source_name, $source); - is($warn, '', "regregistering an existing source under the same name causes no errors"); + is($warn, '', "re-registering an existing source under the same name causes no errors"); } {