sarwary

Results 1 issues of sarwary

Hello, am I mocking the method below correctly coz, when called its not returning the result: ```csharp var blobContent = new BinaryData("this is test data"); var downloadResult = BlobsModelFactory.BlobDownloadResult(content: blobContent);...

question