renamed 27result_set_column tests and fixed minor doc typo
[dbsrgits/DBIx-Class.git] / t / helperrels / 28result_set_column.t
similarity index 72%
rename from t/helperrels/27result_set_column.t
rename to t/helperrels/28result_set_column.t
index fd2e13e..105b5c7 100644 (file)
@@ -3,5 +3,5 @@ use lib qw(t/lib);
 use DBICTest;
 use DBICTest::HelperRels;
 
-require "t/run/27result_set_column.tl";
+require "t/run/28result_set_column.tl";
 run_tests(DBICTest->schema);