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();
for (var prf in profiles) {
UserProfileDBManager().deleteProfile(prf);
await UserProfileDBManager().deleteProfile(prf);
}
// Check that there are *no* profiles in the database