mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
typo
This commit is contained in:
parent
f1aedee62c
commit
e615b64dfc
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ class MyTests(unittest.TestCase):
|
|||
rand = constructRandom('24')
|
||||
|
||||
def test_24(blurb):
|
||||
game = Game("freecell", 24, True)
|
||||
game = Game("freecell", 24, RandomBase.DEALS_PYSOLFC)
|
||||
got_s = game.calc_layout_string(ren)
|
||||
self.assertEqual(got_s, '''4C 2C 9C 8C QS 4S 2H
|
||||
5H QH 3C AC 3H 4H QD
|
||||
|
|
Loading…
Add table
Reference in a new issue