style: dart format reflow (no behavior change)
This commit is contained in:
parent
cf5d302cc1
commit
e3ec855630
17 changed files with 197 additions and 139 deletions
|
|
@ -49,13 +49,15 @@ void main() {
|
|||
await db.close();
|
||||
});
|
||||
|
||||
test('upgrades v5 → v8 (adds Variety.isDraft) and matches the fresh schema',
|
||||
() async {
|
||||
final connection = await verifier.startAt(5);
|
||||
final db = AppDatabase(connection);
|
||||
await verifier.migrateAndValidate(db, 8);
|
||||
await db.close();
|
||||
});
|
||||
test(
|
||||
'upgrades v5 → v8 (adds Variety.isDraft) and matches the fresh schema',
|
||||
() async {
|
||||
final connection = await verifier.startAt(5);
|
||||
final db = AppDatabase(connection);
|
||||
await verifier.migrateAndValidate(db, 8);
|
||||
await db.close();
|
||||
},
|
||||
);
|
||||
|
||||
test('upgrades v6 → v8 (adds Variety.isOrganic, Species.viabilityYears) and '
|
||||
'matches the fresh schema', () async {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue