Skip to content

Commit d7b9938

Browse files
committedMar 9, 2025
fix badly written test
1 parent 06cad24 commit d7b9938

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎test/h-group/level-14.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,8 @@ describe('trash order chop move', () => {
186186
it('performs a TOCM if the card can\'t be saved otherwise', async () => {
187187
const game = setup(HGroup, [
188188
['xx', 'xx', 'xx', 'xx', 'xx'],
189-
['r5', 'b5', 'y1', 'g1', 'g3'],
190-
['r1', 'r1', 'y1', 'g1', 'u5']
189+
['r3', 'b3', 'y1', 'g1', 'g3'],
190+
['g5', 'r4', 'y4', 'g4', 'u5']
191191
], {
192192
level: { min: 14 },
193193
play_stacks: [1, 1, 1, 1, 1],

0 commit comments

Comments
 (0)