Skip to content

Commit

Permalink
removed debug changes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
kubik committed May 16, 2020
1 parent 2f4382a commit 4b2252f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/clj/game/cards/operations_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -1306,8 +1306,7 @@
(take-credits state :corp)
(take-credits state :runner)
(is (= 3 (:click (get-corp))))
(is (= 3 (:click-per-turn (get-corp))))
)))
(is (= 3 (:click-per-turn (get-corp)))))))

(deftest fast-break
;; Fast Break
Expand Down

0 comments on commit 4b2252f

Please sign in to comment.