Commit 4af1e41

derdilla <82763757+NobodyForNothing@users.noreply.github.com>
2024-01-17 19:39:37
update test medicine intake restauration test
Signed-off-by: derdilla <82763757+NobodyForNothing@users.noreply.github.com>
1 parent bc42f26
Changed files (1)
test
test/model/medicine/medicine_intake_test.dart
@@ -43,7 +43,7 @@ void main() {
       expect(() => MedicineIntake.deserialize(
           intake.serialize(),
           [mockMedicine()],),
-          throwsStateError,);
+          throwsArgumentError,);
     });
   });
 }