Some stylistic test changes in preparation for next commits
[dbsrgits/DBIx-Class.git] / t / storage / dbh_do.t
index 0beb858..952fa1c 100644 (file)
@@ -43,7 +43,7 @@ is_deeply (
 
 # test nested aliasing
 my $res = 'original';
-$storage->dbh_do (sub {
+$schema->storage->dbh_do (sub {
   shift->dbh_do(sub { $_[3] = 'changed' }, @_)
 }, $res);