Document test failure fix with the upcoming DBIC 0.082800
[dbsrgits/DBIx-Class-Schema-Loader.git] / t / 21misc_fatal.t
index a1ce752..e1f9e2e 100644 (file)
@@ -21,6 +21,6 @@ plan tests => 1;
 eval { DBICTest::Schema->connect($make_dbictest_db::dsn) };
 like(
     $@,
-    qr/Could not load storage_type loader "DBIx::Class::Schema::Loader::xyzzy": /,
+    qr/Could not load loader_class "DBIx::Class::Schema::Loader::xyzzy": /,
     'Bad storage type dies correctly'
 );