projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b7b008a
)
Fix typo in test.
Amiri Barksdale [Tue, 1 Jun 2010 23:11:25 +0000 (23:11 +0000)]
t/105view_deps.t
patch
|
blob
|
blame
|
history
diff --git
a/t/105view_deps.t
b/t/105view_deps.t
index
46953f6
..
8fcee78
100644
(file)
--- 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;