Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added check for thrown exception
  • Loading branch information
imariom committed May 5, 2024
commit d2dea23c7a8fc24e685e876fc027ed0c548d7c1d
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ public async Task WhenCreatingAServer_ThenItStartsSuccessfully()
}

[TestMethod]
[ExpectedException(typeof(HttpRequestException))]
public async Task WhenUploadingLargeFiles_ThenShouldRejectLargeFilesExceedingChunkCapacityByThrowingException()
{
// Arrange
Expand Down