Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Honnix <[email protected]>
  • Loading branch information
andresgomezfrr and honnix authored Nov 23, 2023
1 parent 6b5d5cc commit 659ee58
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ class SdkScalaTypeTest {
).asJava
)
),
"nestedList" -> Struct.Value.ofListValue(
"nestedNestedList" -> Struct.Value.ofListValue(
List(
Struct.Value.ofStructValue(
Struct.of(
Expand Down Expand Up @@ -290,7 +290,7 @@ class SdkScalaTypeTest {
).asJava
)
),
"nestedList" -> Struct.Value.ofListValue(
"nestedNestedList" -> Struct.Value.ofListValue(
List(
Struct.Value.ofStructValue(
Struct.of(
Expand Down

0 comments on commit 659ee58

Please sign in to comment.