diff --git a/src/clj/game/cards/assets.clj b/src/clj/game/cards/assets.clj index 7f46ce7f08..b58424e67a 100644 --- a/src/clj/game/cards/assets.clj +++ b/src/clj/game/cards/assets.clj @@ -2204,7 +2204,7 @@ :leave-play (req (gain state :runner :click-per-turn 1)) :on-trash executive-trash-effect}) -(defcard "Wall To Wall" +(defcard "Wall to Wall" (let [all [{:msg "gain 1 [Credits]" :async true :effect (effect (gain-credits eid 1))} diff --git a/test/clj/game/cards/assets_test.clj b/test/clj/game/cards/assets_test.clj index d503e10044..9a3729d295 100644 --- a/test/clj/game/cards/assets_test.clj +++ b/test/clj/game/cards/assets_test.clj @@ -5110,9 +5110,9 @@ (deftest wall-to-wall (testing "Basic functionality" (do-game - (new-game {:corp {:deck ["Wall To Wall" (qty "Hedge Fund" 3) + (new-game {:corp {:deck ["Wall to Wall" (qty "Hedge Fund" 3) "PAD Campaign" "Ice Wall"]}}) - (play-from-hand state :corp "Wall To Wall" "New remote") + (play-from-hand state :corp "Wall to Wall" "New remote") (play-from-hand state :corp "PAD Campaign" "New remote") (play-from-hand state :corp "Ice Wall" "HQ") (let [w2w (get-content state :remote1 0) diff --git a/test/clj/game/cards/identities_test.clj b/test/clj/game/cards/identities_test.clj index 529e0da3cd..a8139b43dc 100644 --- a/test/clj/game/cards/identities_test.clj +++ b/test/clj/game/cards/identities_test.clj @@ -2477,10 +2477,10 @@ (testing "Installing different cards" (do-game (new-game {:corp {:id "MirrorMorph: Endless Iteration" - :hand ["PAD Campaign" "NASX" "Wall To Wall"]}}) + :hand ["PAD Campaign" "NASX" "Wall to Wall"]}}) (play-from-hand state :corp "PAD Campaign" "New remote") (play-from-hand state :corp "NASX" "New remote") - (play-from-hand state :corp "Wall To Wall" "New remote") + (play-from-hand state :corp "Wall to Wall" "New remote") (is (empty? (:prompt (get-corp))) "No MM trigger"))))) (deftest mti-mwekundu-life-improved