diff options
Diffstat (limited to 'test/TestProgressive.py')
| -rw-r--r-- | test/TestProgressive.py | 3 |
1 files changed, 2 insertions, 1 deletions
| diff --git a/test/TestProgressive.py b/test/TestProgressive.py index 026971c..917c6e7 100644 --- a/test/TestProgressive.py +++ b/test/TestProgressive.py | |||
| @@ -81,7 +81,8 @@ class TestSimpleHallwayRoom(LingoTestBase): | |||
| 81 | 81 | ||
| 82 | class TestProgressiveArtGallery(LingoTestBase): | 82 | class TestProgressiveArtGallery(LingoTestBase): |
| 83 | options = { | 83 | options = { |
| 84 | "shuffle_doors": "complex" | 84 | "shuffle_doors": "complex", |
| 85 | "shuffle_colors": "false", | ||
| 85 | } | 86 | } |
| 86 | 87 | ||
| 87 | def test_item(self): | 88 | def test_item(self): |
