|
deck.Add(new CardCodeAndCount() { CardCode = "01DE002", Count = 0 }); |
This tests bad card count under a test for bad card codes, and this specific case is also more aptly tested in another test (BadCount()). Suggest changing to test for badly formatted set number such as '0DE002', which currently isn't tested.
LoRDeckCodes/LoRDeckCodes_Tests/UnitTest1.cs
Line 270 in b2211d7
This tests bad card count under a test for bad card codes, and this specific case is also more aptly tested in another test (
BadCount()). Suggest changing to test for badly formatted set number such as'0DE002', which currently isn't tested.