Skip to content

Commit 238124a

Browse files
committed
Move tests to jvm source set
1 parent 8458329 commit 238124a

File tree

8 files changed

+13
-14
lines changed

8 files changed

+13
-14
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3-
* SPDX-License-Identifier: Apache-2.0
4-
*/
2+
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
55
package aws.sdk.kotlin.hll.dynamodbmapper
66

77
import aws.sdk.kotlin.hll.dynamodbmapper.items.AttributeDescriptor
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3-
* SPDX-License-Identifier: Apache-2.0
4-
*/
2+
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
55
package aws.sdk.kotlin.hll.dynamodbmapper.operations
66

77
import aws.sdk.kotlin.hll.dynamodbmapper.expressions.KeyFilter
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3-
* SPDX-License-Identifier: Apache-2.0
4-
*/
2+
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
55
package aws.sdk.kotlin.hll.dynamodbmapper.operations
66

77
import aws.sdk.kotlin.hll.dynamodbmapper.items.AttributeDescriptor
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3-
* SPDX-License-Identifier: Apache-2.0
4-
*/
2+
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
55
package aws.sdk.kotlin.hll.dynamodbmapper.testutils
66

77
import aws.sdk.kotlin.hll.dynamodbmapper.DynamoDbMapper
@@ -24,8 +24,6 @@ import kotlin.test.assertContains
2424
import kotlin.test.assertEquals
2525
import kotlin.test.assertNotNull
2626

27-
private const val DDB_LOCAL_PORT = 44212 // Keep in sync with build.gradle.kts
28-
2927
/**
3028
* The base class for test classes which need DynamoDB Local running. This class provides a few convenience declarations
3129
* for subclasses:
@@ -185,3 +183,4 @@ private class RequestCapturingInterceptor(val requests: MutableList<HttpRequest>
185183
}
186184
}
187185
}
186+
private const val DDB_LOCAL_PORT = 44212 // Keep in sync with build.gradle.kts

0 commit comments

Comments
 (0)