Skip to content

Redundant assert in tests #9

@Bamiji

Description

@Bamiji

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions