Skip to content

Commit d223014

Browse files
committed
test for hippo vs konjin extended to trashing konjin with hippo
1 parent 8d73e15 commit d223014

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/clj/game/cards/hardware_test.clj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2697,7 +2697,10 @@
26972697
(is (= "Choose a piece of ice" (:msg (prompt-map :corp))) "Prompt to choose Ice")
26982698
(click-card state :corp "Ice Wall")
26992699
(auto-pump-and-break state (get-program state 0))
2700-
(is (no-prompt? state :runner) "Not prompted to use hippo (we're not on the attacked server)")))
2700+
(is (no-prompt? state :runner) "Not prompted to use hippo (we're not on the attacked server)")
2701+
(run-continue state :encounter-ice)
2702+
(click-prompt state :runner "Yes")
2703+
(is (= "Konjin" (-> (get-corp) :discard first :title)) "Trashed konjin with hippo (you have 'broken all subs' when the encounter phase ends)")))
27012704

27022705
(deftest hippocampic-mechanocytes
27032706
;; Hippocampic Mechanocytes

0 commit comments

Comments
 (0)