The following 2 lines encode the same decks that were already tested by this point, instead of the new decks created, which are never tested (deck3 and deck4).
|
string code3 = LoRDeckEncoder.GetCodeFromDeck(deck1); |
|
string code4 = LoRDeckEncoder.GetCodeFromDeck(deck2); |
The following 2 lines encode the same decks that were already tested by this point, instead of the new decks created, which are never tested (
deck3anddeck4).LoRDeckCodes/LoRDeckCodes_Tests/UnitTest1.cs
Line 204 in b2211d7
LoRDeckCodes/LoRDeckCodes_Tests/UnitTest1.cs
Line 205 in b2211d7