From 440c681470024855851b290d7ff4a73e5277b27c Mon Sep 17 00:00:00 2001 From: Goncalo-FradeIOHK Date: Mon, 6 Mar 2023 17:13:50 +0000 Subject: [PATCH] build: test failing after last update fix --- AtalaPrismSDK/PrismAgent/Tests/Helper/Mercury+Testing.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AtalaPrismSDK/PrismAgent/Tests/Helper/Mercury+Testing.swift b/AtalaPrismSDK/PrismAgent/Tests/Helper/Mercury+Testing.swift index b2a51ef6..8d9a0797 100644 --- a/AtalaPrismSDK/PrismAgent/Tests/Helper/Mercury+Testing.swift +++ b/AtalaPrismSDK/PrismAgent/Tests/Helper/Mercury+Testing.swift @@ -20,7 +20,7 @@ class MercuryStub: Mercury { return message } - func sendMessage(msg: Domain.Message) async throws -> Data? { + func sendMessage(_ msg: Domain.Message) async throws -> Data? { guard throwSendMessageError == nil else { throw throwSendMessageError! } return sendMessageDataReturn }