1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-19 09:43:27 +00:00

Dependency Updates (#2517)

This commit is contained in:
mp-bw
2023-05-11 11:13:30 -04:00
committed by GitHub
parent 37f1a7087e
commit f24b82f345
13 changed files with 34 additions and 35 deletions

View File

@@ -14,7 +14,7 @@ namespace Bit.Core.Test.Models.Request
{
[Theory]
[InlineCustomAutoData(new[] { typeof(TextSendCustomization) }, null)]
[InlineCustomAutoData(new[] { typeof(FileSendCustomization) }, 100)]
[InlineCustomAutoData(new[] { typeof(FileSendCustomization) }, 100L)]
public void SendRequest_FromSend_Success(long? fileLength, Send send)
{
var request = new SendRequest(send, fileLength);