Skip to content

Commit 4e4b7cc

Browse files
committed
ktlint
1 parent 7745f71 commit 4e4b7cc

File tree

48 files changed

+0
-48
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+0
-48
lines changed

runtime/auth/aws-credentials/common/test/aws/smithy/kotlin/runtime/auth/awscredentials/CachedCredentialsProviderTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import aws.smithy.kotlin.runtime.time.Instant
1111
import aws.smithy.kotlin.runtime.time.ManualClock
1212
import io.kotest.matchers.string.shouldContain
1313
import kotlinx.coroutines.test.runTest
14-
import kotlin.test.Ignore
1514
import kotlin.test.Test
1615
import kotlin.test.assertEquals
1716
import kotlin.test.assertFailsWith

runtime/auth/aws-signing-common/common/test/aws/smithy/kotlin/runtime/auth/awssigning/PresignerTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ import aws.smithy.kotlin.runtime.http.request.url
1818
import aws.smithy.kotlin.runtime.net.url.Url
1919
import aws.smithy.kotlin.runtime.operation.ExecutionContext
2020
import kotlinx.coroutines.test.runTest
21-
import kotlin.test.Ignore
2221
import kotlin.test.Test
2322
import kotlin.test.assertEquals
2423
import kotlin.test.assertTrue

runtime/auth/aws-signing-default/common/test/aws/smithy/kotlin/runtime/auth/awssigning/DefaultCanonicalizerTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import aws.smithy.kotlin.runtime.net.Host
1313
import aws.smithy.kotlin.runtime.net.url.Url
1414
import aws.smithy.kotlin.runtime.time.Instant
1515
import kotlinx.coroutines.test.runTest
16-
import kotlin.test.Ignore
1716
import kotlin.test.Test
1817
import kotlin.test.assertContains
1918
import kotlin.test.assertEquals

runtime/auth/aws-signing-default/common/test/aws/smithy/kotlin/runtime/auth/awssigning/DefaultSignatureCalculatorTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import aws.smithy.kotlin.runtime.text.encoding.decodeHexBytes
1212
import aws.smithy.kotlin.runtime.text.encoding.encodeToHex
1313
import aws.smithy.kotlin.runtime.time.Instant
1414
import kotlinx.coroutines.test.runTest
15-
import kotlin.test.Ignore
1615
import kotlin.test.Test
1716
import kotlin.test.assertEquals
1817

runtime/auth/http-auth-aws/common/test/aws/smithy/kotlin/runtime/http/auth/AwsHttpSignerTestBase.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ import aws.smithy.kotlin.runtime.operation.ExecutionContext
2727
import aws.smithy.kotlin.runtime.time.Instant
2828
import kotlinx.coroutines.test.TestResult
2929
import kotlinx.coroutines.test.runTest
30-
import kotlin.test.Ignore
3130
import kotlin.test.Test
3231
import kotlin.test.assertEquals
3332

runtime/crt-util/jvmAndNative/test/aws/smithy/kotlin/runtime/crt/ReadChannelBodyStreamTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import kotlinx.coroutines.Job
1515
import kotlinx.coroutines.launch
1616
import kotlinx.coroutines.test.runTest
1717
import kotlinx.coroutines.yield
18-
import kotlin.test.Ignore
1918
import kotlin.test.Test
2019
import kotlin.test.assertEquals
2120
import kotlin.test.assertFailsWith

runtime/crt-util/jvmAndNative/test/aws/smithy/kotlin/runtime/crt/SdkSourceBodyStreamTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import aws.smithy.kotlin.runtime.io.SdkBuffer
1111
import aws.smithy.kotlin.runtime.io.SdkSource
1212
import aws.smithy.kotlin.runtime.io.source
1313
import kotlinx.coroutines.test.runTest
14-
import kotlin.test.Ignore
1514
import kotlin.test.Test
1615
import kotlin.test.assertEquals
1716
import kotlin.test.assertFalse

runtime/protocol/aws-event-stream/common/test/aws/smithy/kotlin/runtime/awsprotocol/eventstream/EventStreamSigningTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ import kotlinx.coroutines.CompletableDeferred
2020
import kotlinx.coroutines.flow.flowOf
2121
import kotlinx.coroutines.flow.toList
2222
import kotlinx.coroutines.test.runTest
23-
import kotlin.test.Ignore
2423
import kotlin.test.Test
2524
import kotlin.test.assertEquals
2625

runtime/protocol/aws-event-stream/common/test/aws/smithy/kotlin/runtime/awsprotocol/eventstream/FrameDecoderTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import aws.smithy.kotlin.runtime.io.*
1010
import io.kotest.matchers.string.shouldContain
1111
import kotlinx.coroutines.flow.*
1212
import kotlinx.coroutines.test.runTest
13-
import kotlin.test.Ignore
1413
import kotlin.test.Test
1514
import kotlin.test.assertEquals
1615
import kotlin.test.assertFailsWith

runtime/protocol/aws-event-stream/common/test/aws/smithy/kotlin/runtime/awsprotocol/eventstream/FrameEncoderTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import kotlinx.coroutines.flow.flowOf
1212
import kotlinx.coroutines.flow.map
1313
import kotlinx.coroutines.flow.toList
1414
import kotlinx.coroutines.test.runTest
15-
import kotlin.test.Ignore
1615
import kotlin.test.Test
1716
import kotlin.test.assertContentEquals
1817
import kotlin.test.assertEquals

0 commit comments

Comments
 (0)