Skip to content

Commit

Permalink
ktlint
Browse files Browse the repository at this point in the history
  • Loading branch information
lauzadis committed Aug 28, 2024
1 parent c8830bc commit 3fff3df
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ import aws.sdk.kotlin.hll.dynamodbmapper.DynamoDbPartitionKey
public data class Group(
@DynamoDbPartitionKey val name: String,
val userIds: String,
)
)
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ public data class User(
@DynamoDbAttribute("fName") val givenName: String,
@DynamoDbAttribute("lName") val surname: String,
val age: Int,
)
)
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@
*/
package aws.sdk.kotlin.hll.dynamodbmapper.tests.plugins

import aws.sdk.kotlin.hll.dynamodbmapper.model.itemOf
//import aws.sdk.kotlin.hll.dynamodbmapper.tests.plugins.mapper.schemas.UserConverter
import aws.sdk.kotlin.services.dynamodb.model.AttributeValue
import kotlin.test.Test
import kotlin.test.assertEquals
// import aws.sdk.kotlin.hll.dynamodbmapper.tests.plugins.mapper.schemas.UserConverter

class UserTest {
// @Test
Expand All @@ -30,4 +26,4 @@ class UserTest {
//
// assertEquals(user, unconverted)
// }
}
}

0 comments on commit 3fff3df

Please sign in to comment.