mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-24 18:38:48 +01:00
Update tests
This commit is contained in:
parent
edcd8058df
commit
fedfc4b01c
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ class MockAppDb implements AppDb {
|
|||
|
||||
@override
|
||||
Future<void> delete() async {
|
||||
throw UnimplementedError();
|
||||
await _dbFactory.deleteDatabase("test.db");
|
||||
}
|
||||
|
||||
static void _createDb(
|
||||
|
|
Loading…
Reference in a new issue