We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ac6179 commit f16e912Copy full SHA for f16e912
sdk/test/Services/S3/UnitTests/Custom/ChunkedPartDataSourceTests.cs
@@ -305,7 +305,7 @@ public async Task IsComplete_UpdatesCorrectly_AsDataIsRead()
305
}
306
307
[TestMethod]
308
- public void IsComplete_ReturnsFalse_ForEmptyStream()
+ public void IsComplete_ReturnsTrue_ForEmptyStream()
309
{
310
// Arrange
311
var stream = new ChunkedBufferStream();
0 commit comments