From fe257e67553e7483c612419fbcf471f756ea33fb Mon Sep 17 00:00:00 2001 From: Klaus Fischer <klaus.fischer@eloware.com> Date: Tue, 15 Nov 2022 07:20:33 +0100 Subject: [PATCH] Resolved test error --- FitConnect/EncryptedSender.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FitConnect/EncryptedSender.cs b/FitConnect/EncryptedSender.cs index b9fa33f6..a160dc12 100644 --- a/FitConnect/EncryptedSender.cs +++ b/FitConnect/EncryptedSender.cs @@ -23,7 +23,7 @@ public partial class Sender { throw new ArgumentException("Submission is not ready"); Logger?.LogInformation("Uploading pre encrypted attachments"); - UploadAttachmentsAsync(Submission.Id!, attachments); + UploadAttachments(Submission.Id!, attachments); return this; } -- GitLab