Skip to content

Commit

Permalink
Fix test case name for # of card sets.
Browse files Browse the repository at this point in the history
  • Loading branch information
plural committed Jan 18, 2025
1 parent 95cb9b4 commit 4a02ab4
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 4a02ab4

Please sign in to comment.