Skip to content

Commit

Permalink
Adjusting data types in test for greater diverisity.
Browse files Browse the repository at this point in the history
  • Loading branch information
david-waltermire committed Oct 4, 2023
1 parent b6e171a commit 727be07
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<formal-name>parent</formal-name>
<description>parent assembly</description>
<root-name>parent</root-name>
<define-flag name="local-flag" as-type="string">
<define-flag name="local-flag" as-type="token">
<formal-name>Flag defined locally</formal-name>
<description>Has a local definition</description>
</define-flag>
Expand All @@ -38,7 +38,7 @@
<assembly ref="global-assembly"/>
</model>
</define-assembly>
<define-flag name="global-flag" as-type="string">
<define-flag name="global-flag" as-type="token">
<formal-name>Flag defined globally</formal-name>
<description>Has a global definition</description>
</define-flag>
Expand Down

0 comments on commit 727be07

Please sign in to comment.