Skip to content

Commit

Permalink
Merge pull request #864 from plural/fix-test-case-name
Browse files Browse the repository at this point in the history
Fix test case name for # of card sets.
  • Loading branch information
plural authored Jan 20, 2025
2 parents 95cb9b4 + 4a02ab4 commit 4b329b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/validate_v1_v2_equality.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ describe('Card Sets v1/v2', () => {
cardSetsByCode.set(s.legacy_code, s);
});

it('correct number of card cardCycles', () => {
it('correct number of cardSets', () => {
expect(cardSetsByCode.size).to.equal(packsByCode.size);
});

Expand Down

0 comments on commit 4b329b4

Please sign in to comment.