Change a datatype for test purposes
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / Schema / Track.pm
index a6de595..d7ba952 100644 (file)
@@ -14,7 +14,7 @@ __PACKAGE__->add_columns(
     data_type => 'integer',
   },
   'position' => {
-    data_type => 'integer',
+    data_type => 'int',
     accessor => 'pos',
   },
   'title' => {