Skip to content

Commit 8320bf2

Browse files
committed
un-comment a job join in unit tests
1 parent a7c8da0 commit 8320bf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/auth/aws-signing-tests/common/src/aws/smithy/kotlin/runtime/auth/awssigning/tests/AwsChunkedByteReadChannelTestBase.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ abstract class AwsChunkedByteReadChannelTestBase : AwsChunkedTestBase(AwsChunked
4747
val sink = SdkBuffer()
4848

4949
val bytesRead = awsChunked.readAll(sink)
50-
// writeJob.join()
50+
writeJob.join()
5151
assertEquals(dataLengthBytes.toLong(), bytesRead)
5252
assertEquals(totalBytesExpected.toLong(), sink.size)
5353

0 commit comments

Comments
 (0)