Skip to content

Commit

Permalink
test(*): update snapshot
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Casey <[email protected]>
  • Loading branch information
jonathan-casey committed Nov 10, 2023
1 parent 7619ed6 commit ce647a1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions test/codegen/__snapshots__/codegen.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -5155,14 +5155,14 @@ xmlns:concerto="concerto"
<xs:complexType name="EmployeeLoginTimes">
<xs:sequence>
<xs:element name="key" type="xs:string"/>
<xs:element name="value" type="concerto:Time"/>
<xs:element name="value" type="xs:dateTime"/>
</xs:sequence>
</xs:complexType>
<xs:element name="EmployeeLoginTimes" type="org.acme.hr:EmployeeLoginTimes"/>
<xs:complexType name="EmployeeSocialSecurityNumbers">
<xs:sequence>
<xs:element name="key" type="xs:string"/>
<xs:element name="value" type="concerto:SSN"/>
<xs:element name="value" type="xs:string"/>
</xs:sequence>
</xs:complexType>
<xs:element name="EmployeeSocialSecurityNumbers" type="org.acme.hr:EmployeeSocialSecurityNumbers"/>
Expand All @@ -5176,13 +5176,13 @@ xmlns:concerto="concerto"
<xs:complexType name="EmployeeProfiles">
<xs:sequence>
<xs:element name="key" type="xs:string"/>
<xs:element name="value" type="concerto:Concept"/>
<xs:element name="value" type="org.acme.hr:Concept"/>
</xs:sequence>
</xs:complexType>
<xs:element name="EmployeeProfiles" type="org.acme.hr:EmployeeProfiles"/>
<xs:complexType name="EmployeeDirectory">
<xs:sequence>
<xs:element name="key" type="concerto:SSN"/>
<xs:element name="key" type="xs:string"/>
<xs:element name="value" type="org.acme.hr:Employee"/>
</xs:sequence>
</xs:complexType>
Expand Down Expand Up @@ -10788,14 +10788,14 @@ xmlns:concerto="concerto"
<xs:complexType name="EmployeeLoginTimes">
<xs:sequence>
<xs:element name="key" type="xs:string"/>
<xs:element name="value" type="concerto:Time"/>
<xs:element name="value" type="xs:dateTime"/>
</xs:sequence>
</xs:complexType>
<xs:element name="EmployeeLoginTimes" type="org.acme.hr:EmployeeLoginTimes"/>
<xs:complexType name="EmployeeSocialSecurityNumbers">
<xs:sequence>
<xs:element name="key" type="xs:string"/>
<xs:element name="value" type="concerto:SSN"/>
<xs:element name="value" type="xs:string"/>
</xs:sequence>
</xs:complexType>
<xs:element name="EmployeeSocialSecurityNumbers" type="org.acme.hr:EmployeeSocialSecurityNumbers"/>
Expand All @@ -10809,13 +10809,13 @@ xmlns:concerto="concerto"
<xs:complexType name="EmployeeProfiles">
<xs:sequence>
<xs:element name="key" type="xs:string"/>
<xs:element name="value" type="concerto:Concept"/>
<xs:element name="value" type="org.acme.hr:Concept"/>
</xs:sequence>
</xs:complexType>
<xs:element name="EmployeeProfiles" type="org.acme.hr:EmployeeProfiles"/>
<xs:complexType name="EmployeeDirectory">
<xs:sequence>
<xs:element name="key" type="concerto:SSN"/>
<xs:element name="key" type="xs:string"/>
<xs:element name="value" type="org.acme.hr:Employee"/>
</xs:sequence>
</xs:complexType>
Expand Down

0 comments on commit ce647a1

Please sign in to comment.