Skip to content

Commit f16e912

Browse files
committed
pr comments
1 parent 3ac6179 commit f16e912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ public async Task IsComplete_UpdatesCorrectly_AsDataIsRead()
305305
}
306306

307307
[TestMethod]
308-
public void IsComplete_ReturnsFalse_ForEmptyStream()
308+
public void IsComplete_ReturnsTrue_ForEmptyStream()
309309
{
310310
// Arrange
311311
var stream = new ChunkedBufferStream();

0 commit comments

Comments
 (0)