File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
hll/dynamodb-mapper/dynamodb-mapper
jvm/test/aws/sdk/kotlin/hll/dynamodbmapper/operations Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -74,13 +74,13 @@ if (project.NATIVE_ENABLED) {
7474 }
7575
7676 tasks.withType<KotlinCompilationTask <* >>().all {
77- if (name != " kspCommonMainKotlinMetadata" ) {
77+ if (name != " kspCommonMainKotlinMetadata" ) {
7878 dependsOn(" kspCommonMainKotlinMetadata" )
7979 }
8080 }
8181
8282 tasks.withType<KspAATask >().configureEach {
83- if (name != " kspCommonMainKotlinMetadata" ) {
83+ if (name != " kspCommonMainKotlinMetadata" ) {
8484 dependsOn(" kspCommonMainKotlinMetadata" )
8585 }
8686 }
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ import aws.sdk.kotlin.hll.dynamodbmapper.values.scalars.IntConverter
1414import aws.sdk.kotlin.hll.dynamodbmapper.values.scalars.StringConverter
1515import aws.sdk.kotlin.hll.dynamodbmapper.values.smithytypes.InstantConverter
1616import aws.smithy.kotlin.runtime.time.Instant
17- import kotlin.test.assertEquals
1817import kotlinx.coroutines.flow.Flow
1918import kotlinx.coroutines.flow.map
2019import kotlinx.coroutines.flow.toSet
2120import kotlinx.coroutines.test.runTest
21+ import kotlin.test.assertEquals
2222
2323class ScanTest : DdbLocalTest () {
2424 companion object {
You can’t perform that action at this time.
0 commit comments