X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Finflate%2Fdatetime_oracle.t;h=98e4b537b42ea4eb94e5a52469997786ea7d0b48;hb=961d79dbe25ef8a92e867fcc84914b4bf568c11d;hp=9182f23567ea74dc47fb84e1746b161257f9e5b6;hpb=d7d45bdc6577c020f62cfbf6767431a1c41a351f;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/inflate/datetime_oracle.t b/t/inflate/datetime_oracle.t index 9182f23..98e4b53 100644 --- a/t/inflate/datetime_oracle.t +++ b/t/inflate/datetime_oracle.t @@ -113,7 +113,7 @@ done_testing; # clean up our mess END { - if($schema && (my $dbh = $schema->storage->dbh)) { + if($schema && (my $dbh = $schema->storage->_dbh)) { $dbh->do("DROP TABLE event"); } undef $schema;