mirror of
https://github.com/bitwarden/mobile
synced 2025-12-19 09:43:27 +00:00
Dependency Updates (#2517)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user