mirror of https://github.com/AMT-Cheif/drift.git
Fix the wrong version number on `migration_test`
This commit is contained in:
parent
ea1c635da8
commit
8fafb94853
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue