Implement WhatsApp share intake and person quick actions
This commit is contained in:
@@ -52,7 +52,7 @@ void main() {
|
||||
|
||||
final LocalDataRecord? migrated = await hiveStore.read();
|
||||
expect(migrated, isNotNull);
|
||||
expect(migrated!.schemaVersion, 2);
|
||||
expect(migrated!.schemaVersion, 3);
|
||||
|
||||
final LocalDataRecord? legacyAfter = await legacyStore.read();
|
||||
expect(legacyAfter, isNull);
|
||||
|
||||
Reference in New Issue
Block a user