Skip to content

Commit d543e03

Browse files
committed
Revert comment change
1 parent 45e455d commit d543e03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runtime/protocol/http-client/common/test/aws/smithy/kotlin/runtime/http/interceptors/RequestCompressionInterceptorTest.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class RequestCompressionInterceptorTest {
5959
return op.context.attributes[HttpOperationContext.HttpCallList].first()
6060
}
6161

62-
@IgnoreNative // FIXME Re-enable after Kotlin/Native implementation
62+
@IgnoreNative // FIXME Re-enable after Kotlin/Native Implementation
6363
@Test
6464
fun testCompressionThresholdTooHigh() = runTest {
6565
val payload = "<Foo>bar</Foo>"
@@ -79,7 +79,7 @@ class RequestCompressionInterceptorTest {
7979
assertEquals(bytes, sentBytes)
8080
}
8181

82-
@IgnoreNative // FIXME Re-enable after Kotlin/Native implementation
82+
@IgnoreNative // FIXME Re-enable after Kotlin/Native Implementation
8383
@Test
8484
fun testCompression() = runTest {
8585
val payload = "<Foo>bar</Foo>"

0 commit comments

Comments
 (0)