You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
expect(checksumGameSet(initData,limit)).to.be.gt(177)// 177 is too low
185
+
expect(checksumGameSet(initData,limit)).to.be.gt(1452)// 1452 (from creating the limit in hex wrong, and assuming cubes are not returned to the bag after each draw) is too low
0 commit comments