Save one _resolve_aliastypes in the case of a subqueried prefetch
[dbsrgits/DBIx-Class.git] / t / 64db.t
index d1284f8..1a0046d 100644 (file)
--- a/t/64db.t
+++ b/t/64db.t
@@ -62,7 +62,7 @@ is_deeply (
       'rank' => {
           'data_type' => 'integer',
           'is_nullable' => 0,
-          'default_value' => '13',
+          DBIx::Class::_ENV_::STRESSTEST_COLUMN_INFO_UNAWARE_STORAGE ? () : ( 'default_value' => '13' ),
       },
       'charfield' => {
           'data_type' => 'char',