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

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
samwelkanda committed Jan 8, 2024
1 parent 51def28 commit 233c0c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_union_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def test_parse_union_type_complex_property1(self):
assert result.composed_type1.id == UUID("8f841f30-e6e3-439a-a812-ebd369559c36")
assert result.composed_type1.office_location == OfficeLocation.Dunhill
assert result.composed_type1.is_active is True
assert str(result.composed_type1.updated_at) == '2021-07-29T03:07:25+00:00'
assert str(result.composed_type1.updated_at) == '2021-07-29 03:07:25+00:00'

def test_parse_union_type_complex_property2(self):
json_string = '{"@odata.type": "#microsoft.graph.User2", "id": 43,\
Expand Down

0 comments on commit 233c0c3

Please sign in to comment.