Skip to content

Commit d1ab33a

Browse files
committed
fix valentina test
1 parent 566e93d commit d1ab33a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/clj/game/cards/resources_test.clj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7455,11 +7455,9 @@
74557455
(new-game {:corp {:hand []}
74567456
:runner {:hand ["Valentina Ferreira Carvalho" "Privileged Access" "Fermenter"]
74577457
:id "Sebastião Souza Pessoa: Activist Organizer"
7458+
:score-area ["City Works Project"]
74587459
:discard ["Thunder Art Gallery" "Cleaver"]
74597460
:credits 10}})
7460-
(game.core.change-vals/change
7461-
;; theoretically, either side is fine!
7462-
state (first (shuffle [:corp :runner])) {:key :agenda-point :delta 3})
74637461
(take-credits state :corp)
74647462
(play-from-hand state :runner "Privileged Access")
74657463
(run-continue state :success)
@@ -7468,6 +7466,7 @@
74687466
(click-prompt state :runner "Sebastião Souza Pessoa: Activist Organizer")
74697467
(click-card state :runner "Valentina Ferreira Carvalho")
74707468
(click-prompt state :runner "Remove 1 tag")
7469+
(click-prompt state :runner "Thunder Art Gallery")
74717470
(click-card state :runner "Fermenter")
74727471
(click-prompt state :runner "Cleaver")
74737472
(is (= 1 (count (:discard (get-runner)))))

0 commit comments

Comments
 (0)