Skip to content

Commit

Permalink
Merge pull request #5999 from jove-m/bugfix/ad-test-wording
Browse files Browse the repository at this point in the history
Changes Select to Choose in a test
  • Loading branch information
jwarwick authored Jul 29, 2021
2 parents 5a189c3 + 37eb1d6 commit 3867660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/clj/game/cards/operations_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
(play-from-hand state :corp "Accelerated Diagnostics")
(click-prompt state :corp "OK")
(click-prompt state :corp "24/7 News Cycle")
(is (= "Select an agenda in your score area to trigger its \"when scored\" ability" (:msg (prompt-map :corp))))
(is (= "Choose an agenda in your score area to trigger its \"when scored\" ability" (:msg (prompt-map :corp))))
(click-card state :corp "Breaking News")
(click-prompt state :corp "BOOM!"))))

Expand Down

0 comments on commit 3867660

Please sign in to comment.