Skip to content

Commit

Permalink
Merge pull request #24 from xiaohanxu-nick/xiaohanxu-nick/fix-typo
Browse files Browse the repository at this point in the history
fix unit test description typo in chapter 4
  • Loading branch information
lucasfcosta authored Sep 29, 2021
2 parents 9283322 + c1fe72c commit 26dfe45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ describe("compliesToItemLimit", () => {
expect(compliesToItemLimit(cart)).toBe(true);
});

test("returns true for cards with no more than 3 items of a kind", () => {
test("returns false for cards with no more than 3 items of a kind", () => {
const cart = [
"cheesecake",
"cheesecake",
Expand Down

0 comments on commit 26dfe45

Please sign in to comment.