We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a95b6d9 commit 1c623b7Copy full SHA for 1c623b7
smithy-typescript-integ-tests/src/nested.spec.ts
@@ -17,7 +17,7 @@ import {NestedUnionOne} from "@aws-smithy/typescript-integ-test-types";
17
18
describe("ridiculously nested structures", () => {
19
it("still work", () => {
20
- expect(NestedUnionOne.validate({ value1: { value2: [ { unions: [ { value3: "abcdefghijk"}] } ] } }))
+ expect(NestedUnionOne.validate({ value1: { value2: [ { unions: [ { value3: "abcdefg"}] } ] } }))
21
.toEqual([]);
22
})
23
});
0 commit comments