Fix the wrong version number on `migration_test`

This commit is contained in:
Shun Min Chang 2022-08-17 16:34:20 +08:00
parent ea1c635da8
commit 8fafb94853
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ void main() {
targetVersion <= currentSchema;
targetVersion++) {
test('to v$targetVersion', () async {
final connection = await verifier.startAt(1);
final connection = await verifier.startAt(oldVersion);
final db = Database(connection);
addTearDown(db.close);