You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hll/dynamodb-mapper/dynamodb-mapper/common/test/aws/sdk/kotlin/hll/dynamodbmapper/items/SimpleItemConverterTest.kt
+19-1Lines changed: 19 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ import kotlin.test.assertTrue
13
13
14
14
classSimpleItemConverterTest {
15
15
@Test
16
-
funtestSomething() {
16
+
funtestBasicConversion() {
17
17
val converter =SimpleItemConverter(
18
18
::ProductBuilder,
19
19
ProductBuilder::build,
@@ -33,6 +33,24 @@ class SimpleItemConverterTest {
0 commit comments