mirror of
https://github.com/inventree/inventree-app.git
synced 2025-04-27 04:56:48 +00:00
Test fix?
This commit is contained in:
parent
253a75129a
commit
63dd081a1c
@ -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…
x
Reference in New Issue
Block a user