diff --git a/scalardl/test/scalardl/cas_test.clj b/scalardl/test/scalardl/cas_test.clj index a566d45..f9075f6 100644 --- a/scalardl/test/scalardl/cas_test.clj +++ b/scalardl/test/scalardl/cas_test.clj @@ -15,7 +15,7 @@ (def ^:dynamic execute-count (atom 0)) (def mock-client-service - (proxy [ClientService] [nil nil nil nil] + (proxy [ClientService] [nil nil nil] (registerCertificate []) (registerContract [_ _ _ _] (swap! contract-count inc) @@ -29,7 +29,7 @@ nil)))) (def mock-client-service-throws-unknown-status - (proxy [ClientService] [nil nil nil nil] + (proxy [ClientService] [nil nil nil] (registerCertificate []) (registerContract [_ _ _ _] (swap! contract-count inc) @@ -41,7 +41,7 @@ StatusCode/UNKNOWN_TRANSACTION_STATUS))))) (def mock-client-service-throws-database-error - (proxy [ClientService] [nil nil nil nil] + (proxy [ClientService] [nil nil nil] (registerCertificate []) (registerContract [_ _ _ _] (swap! contract-count inc) diff --git a/scalardl/test/scalardl/transfer_test.clj b/scalardl/test/scalardl/transfer_test.clj index 5b9baa8..d0e4f31 100644 --- a/scalardl/test/scalardl/transfer_test.clj +++ b/scalardl/test/scalardl/transfer_test.clj @@ -16,7 +16,7 @@ (def ^:dynamic execute-count (atom 0)) (def mock-client-service - (proxy [ClientService] [nil nil nil nil] + (proxy [ClientService] [nil nil nil] (registerCertificate []) (registerContract [_ _ _ _] (swap! contract-count inc) @@ -31,7 +31,7 @@ nil)))) (def mock-failure-client-service - (proxy [ClientService] [nil nil nil nil] + (proxy [ClientService] [nil nil nil] (registerCertificate []) (registerContract [_ _ _ _] (swap! contract-count inc)