2
0
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:
Oliver Walters 2022-05-21 20:49:32 +10:00
parent 253a75129a
commit 63dd081a1c

View File

@ -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