Skip to content

Commit

Permalink
fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
samualtnorman committed Dec 21, 2024
1 parent 1f9bd59 commit 799d69c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/doMovePlayFaceUp.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ test("face value only (attacker)", () => {
attackerPassedLastTurn: false,
defenderPassedLastTurn: false
}, CardStringFaceModifier.Bounce, 0)).toEqual({
status: 0,
status: StatusCode.Okay,
cardPlayed: "?+",
combat: {
attackerStack: [ "?+" ],
Expand Down

0 comments on commit 799d69c

Please sign in to comment.