Skip to content

Commit

Permalink
build: test failing after last update fix
Browse files Browse the repository at this point in the history
  • Loading branch information
goncalo-frade-iohk committed Mar 6, 2023
1 parent 62654fd commit a82c09a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit a82c09a

Please sign in to comment.