Skip to content

Commit 9856d55

Browse files
committed
fix test
1 parent a00726b commit 9856d55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/h-group/level-14.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ describe('trash order chop move', () => {
187187
const game = setup(HGroup, [
188188
['xx', 'xx', 'xx', 'xx', 'xx'],
189189
['r3', 'b3', 'y1', 'g1', 'g3'],
190-
['g5', 'r4', 'y4', 'g4', 'u5']
190+
['g4', 'r4', 'y4', 'g4', 'u5']
191191
], {
192192
level: { min: 14 },
193193
play_stacks: [1, 1, 1, 1, 1],

0 commit comments

Comments
 (0)