mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Test fix?
This commit is contained in:
parent
253a75129a
commit
63dd081a1c
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ void main() {
|
|||
var profiles = await UserProfileDBManager().getAllProfiles();
|
||||
|
||||
for (var prf in profiles) {
|
||||
UserProfileDBManager().deleteProfile(prf);
|
||||
await UserProfileDBManager().deleteProfile(prf);
|
||||
}
|
||||
|
||||
// Check that there are *no* profiles in the database
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue