Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JR-1991 committed Feb 21, 2024
1 parent d97360e commit 6302560
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
1 change: 1 addition & 0 deletions tests/fixtures/static/model_all.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ This model tests all methods and types that are present within the sdRDM library
- Type: Nested
- nested_multiple_obj
- Type: Nested[]
- XML: nested_multiple_obj/nested

### Nested

Expand Down
12 changes: 5 additions & 7 deletions tests/fixtures/static/model_all_expected.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,20 @@
<http_url_value>https://www.google.com/</http_url_value>
<email_value>[email protected]</email_value>
<bytes_value>this_is_bytes</bytes_value>
<multiple_primitives>
<float>1.5</float>
<float>1.7</float>
<float>1.9</float>
</multiple_primitives>
<multiple_primitives>1.5</multiple_primitives>
<multiple_primitives>1.7</multiple_primitives>
<multiple_primitives>1.9</multiple_primitives>
<enum_value>value1</enum_value>
<nested_single_obj id="id">
<str_value>string</str_value>
<float_value>1.5</float_value>
<int_value>1</int_value>
</nested_single_obj>
<nested_multiple_obj>
<Nested id="id">
<nested id="id">
<str_value>string</str_value>
<float_value>1.5</float_value>
<int_value>1</int_value>
</Nested>
</nested>
</nested_multiple_obj>
</Root>

0 comments on commit 6302560

Please sign in to comment.