Skip to content

Commit 791a692

Browse files
committedMar 11, 2025
I forgot to save the file
1 parent bfecbee commit 791a692

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ describe('trash order chop move', () => {
200200
const action = await game.take_action();
201201
ExAsserts.objHasProperties(action, { type: ACTION.DISCARD, target: game.state.hands[PLAYER.ALICE][3] }, `Expected (Discard slot 4) but got ${logPerformAction(action)}`);
202202
});
203-
203+
204204
it('will not TOCM trash', async () => {
205205
const game = setup(HGroup, [
206206
['xx', 'xx', 'xx', 'xx', 'xx'],
@@ -234,7 +234,6 @@ describe('trash order chop move', () => {
234234
takeTurn(game, 'Alice discards g2 (slot 3)', 'r5');
235235

236236
// Cathy should chop move.
237-
const action = await game.take_action();
238237
assert.ok(game.common.thoughts[game.state.hands[PLAYER.CATHY][4]].chop_moved);
239238
});
240239
});

0 commit comments

Comments
 (0)