X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-DeploymentHandler.git;a=blobdiff_plain;f=t%2F02-instantiation-no-ddl.t;h=289fa52f462a303e5bd6f9cbc9e7cd0e79399ae8;hp=1948051fe2dd29af08e62ef27bf06c9a0036fd41;hb=2e3cccff896e3d8f98cfb3d1069be1c62cc24d69;hpb=327868c9f8a2ec0dbd59e820ada861b6a1fdae1c diff --git a/t/02-instantiation-no-ddl.t b/t/02-instantiation-no-ddl.t index 1948051..289fa52 100644 --- a/t/02-instantiation-no-ddl.t +++ b/t/02-instantiation-no-ddl.t @@ -158,6 +158,10 @@ DOWN2: { baz => 'frew', }) } 'schema is at version 2'; + + is $handler->version_storage->database_version => 2, + 'database version is down to 2'; + } done_testing;