From: Amiri Barksdale Date: Tue, 1 Jun 2010 23:11:25 +0000 (+0000) Subject: Fix typo in test. X-Git-Tag: v0.08124~114^2~15 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=de9cac75c934abfd54da1e65b46cb7eed26ea297;hp=b7b008a2972e24c30d70d3ceeb7eb0bcfbe60b2c;p=dbsrgits%2FDBIx-Class.git Fix typo in test. --- diff --git a/t/105view_deps.t b/t/105view_deps.t index 46953f6..8fcee78 100644 --- a/t/105view_deps.t +++ b/t/105view_deps.t @@ -86,6 +86,6 @@ sort { #diag(Dwarn @sqlt_sources); -is_deeply(\@sorted_sources,\@sqlt_sources,"SQLT view order triumphantly matchs our order."); +is_deeply(\@sorted_sources,\@sqlt_sources,"SQLT view order triumphantly matches our order."); done_testing;