Clarify travis timings
[dbsrgits/DBIx-Class.git] / t / relationship / update_or_create_single.t
index 1675525..a0e31fb 100644 (file)
@@ -78,7 +78,7 @@ is_deeply (
 
 
 # expect a year update on the only related row
-# (non-qunique column only)
+# (non-unique column only)
 $genre->update_or_create_related ('model_cd', {
   year => 2011,
 });
@@ -95,5 +95,3 @@ is_deeply (
   },
   'CD year column updated correctly without a disambiguator',
 );
-
-