Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdaffurn committed Sep 12, 2024
1 parent e498c2e commit 74efc28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jvm-runtime/jvm_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ func TestJVMToGoCall(t *testing.T) {
})...)
tests = append(tests, PairedVerbTest("testObjectVerb", exampleObject)...)
tests = append(tests, PairedVerbTest("testObjectOptionalFieldsVerb", exampleOptionalFieldsObject)...)
// TODO turn on when https://github.com/TBD54566975/ftl/issues/2651 is fixed
//tests = append(tests, PairedVerbTest("objectMapVerb", map[string]TestObject{"hello": exampleObject})...)
tests = append(tests, PairedVerbTest("objectArrayVerb", []TestObject{exampleObject})...)
tests = append(tests, PairedVerbTest("parameterizedObjectVerb", parameterizedObject)...)
Expand Down

0 comments on commit 74efc28

Please sign in to comment.