From eacbb4529992d439bef7b2ae79f7c4452b9ec604 Mon Sep 17 00:00:00 2001 From: yito88 Date: Sun, 26 Nov 2023 23:04:05 +0100 Subject: [PATCH] fix for the latest DL --- scalardl/test/scalardl/cas_test.clj | 6 +++--- scalardl/test/scalardl/transfer_test.clj | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) 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)