AY2425S1-CS2103-F12-1 / tp

MIT License
0 stars 4 forks source link

Add tests to increase code coverage #111

Closed yanqiyqh closed 2 weeks ago

yanqiyqh commented 2 weeks ago

Let's add more tests to ensure that our app is bug free! The tests that need to be done are:

  1. AddInsuranceCommandTest
  2. AddClaimCommandTest
  3. DeleteInsuranceCommandTest
  4. DeleteClaimCommandTest

This is in line with the new commands we have pushed.

matthewyip1511 commented 2 weeks ago

Closing this issue to open separate tickets for each part