Further tradeoffs on relationship sanity checking (augments 9e7525a2)
[dbsrgits/DBIx-Class.git] / t / 53lean_startup.t
index e106da2..4319940 100644 (file)
@@ -151,9 +151,10 @@ BEGIN {
 
 # and do full populate() as well, just in case - shouldn't add new stuff
 {
+  local $ENV{DBICTEST_SQLITE_REVERSE_DEFAULT_ORDER};
   require DBICTest;
   my $s = DBICTest->init_schema;
-  is ($s->resultset('Artist')->next->name, 'Caterwauler McCrae');
+  is ($s->resultset('Artist')->find(1)->name, 'Caterwauler McCrae');
   assert_no_missing_expected_requires();
 }