mirror of
https://github.com/inventree/inventree-app.git
synced 2025-04-27 21:16: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();
|
var profiles = await UserProfileDBManager().getAllProfiles();
|
||||||
|
|
||||||
for (var prf in profiles) {
|
for (var prf in profiles) {
|
||||||
UserProfileDBManager().deleteProfile(prf);
|
await UserProfileDBManager().deleteProfile(prf);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Check that there are *no* profiles in the database
|
// Check that there are *no* profiles in the database
|
||||||
|
Loading…
x
Reference in New Issue
Block a user