Skip to content

Commit

Permalink
two player 14-1
Browse files Browse the repository at this point in the history
  • Loading branch information
tailuge committed Oct 21, 2023
1 parent 4712e13 commit bc159c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rules/fourteenone.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ describe("FourteenOne", () => {
})

it("Fourteenone has 16 balls", (done) => {
expect(container.table.balls).to.be.length(16)
expect(container.table.balls).to.be.length(4)
done()
})
})

0 comments on commit bc159c9

Please sign in to comment.