diff --git a/tools/hangar/__snapshots__/test_corpus/valid/bring_jsii.test.w_compile_tf-aws.md b/tools/hangar/__snapshots__/test_corpus/valid/bring_jsii.test.w_compile_tf-aws.md index a1b214442a6..513d5aadfe2 100644 --- a/tools/hangar/__snapshots__/test_corpus/valid/bring_jsii.test.w_compile_tf-aws.md +++ b/tools/hangar/__snapshots__/test_corpus/valid/bring_jsii.test.w_compile_tf-aws.md @@ -99,6 +99,8 @@ class $Root extends $stdlib.std.Resource { $helpers.assert($helpers.eq((jsiiClass.applyClosure(5, ((x) => { return (x * 2); }))), 10), "jsiiClass.applyClosure(5, (x) => { return x * 2; }) == 10"); + const jsiiStruct = ({"field": "struct field"}); + $helpers.assert($helpers.eq((jsiiClass.methodWithStructParam(jsiiStruct)), "struct field"), "jsiiClass.methodWithStructParam(jsiiStruct) == \"struct field\""); } } const $PlatformManager = new $stdlib.platform.PlatformManager({platformPaths: $platforms});