Skip to content

Commit 1b56469

Browse files
committed
test for mu vs empty grip
1 parent 7f51691 commit 1b56469

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

test/clj/game/cards/identities_test.clj

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3535,6 +3535,21 @@
35353535
(click-prompts state :corp "Yes" "IPO" "Snare!")
35363536
(is (is-hand? state :corp ["IPO" "Snare!"])))))
35373537

3538+
(deftest meiles-u-vs-empty-grip
3539+
(doseq [[s sn] [[:hq "HQ"] [:rd "R&D"] ["Archives" :archives]]]
3540+
(do-game
3541+
(new-game {:corp {:id "Méliès U: Only the Brightest"
3542+
:hand ["IPO"]
3543+
:deck ["Snare!"]
3544+
:discard ["Beanstalk Royalties"]}
3545+
:runner {:deck ["Ika"]}})
3546+
(take-credits state :corp)
3547+
(click-prompt state :corp "R&D")
3548+
(play-from-hand state :runner "Ika")
3549+
(run-empty-server state :rd)
3550+
(click-prompts state :corp "Yes" "IPO" "Snare!")
3551+
(is (is-hand? state :corp ["IPO" "Snare!"])))))
3552+
35383553
(deftest mercury-chrome-libertador
35393554
(do-game
35403555
(new-game {:corp {:deck [(qty "Hedge Fund" 5)]

0 commit comments

Comments
 (0)