From 63dd081a1c760dbaf0add841e58853cc53609749 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Sat, 21 May 2022 20:49:32 +1000 Subject: [PATCH] Test fix? --- test/user_profile_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/user_profile_test.dart b/test/user_profile_test.dart index 5de1043e..9b672ad5 100644 --- a/test/user_profile_test.dart +++ b/test/user_profile_test.dart @@ -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