Skip to content

Commit 22e8716

Browse files
fix test (#4175)
1 parent 796cdcc commit 22e8716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/test/Services/S3/UnitTests/Custom/FilePartDataHandlerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ public void Dispose_CanBeCalledMultipleTimes()
827827
}
828828

829829
[TestMethod]
830-
public async Task Dispose_WithoutPrepare_DoesNotThrow()
830+
public void Dispose_WithoutPrepare_DoesNotThrow()
831831
{
832832
// Arrange
833833
var config = MultipartDownloadTestHelpers.CreateFileDownloadConfiguration(

0 commit comments

Comments
 (0)