hmrc / claim-tax-refund-frontend

Apache License 2.0
1 stars 3 forks source link

Fixing warnings #482

Closed danny-waughman closed 4 years ago

danny-waughman commented 4 years ago

DL-3885

This service had over 300 warnings and required a lot of minor changes. This included:

Checklist

alijy commented 4 years ago

Injection shouldn't be used in unit tests. Any test class with injection is ignored. I've added comments on a couple of them, but it is extended to any test class with injection. Currently only 73 out of 174 suits (666/1851 tests) are being executed.