Skip to content

Commit

Permalink
Tests for #523 (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gobot1234 authored Oct 16, 2023
1 parent ca6b9fe commit 2bcb05a
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,8 @@ def test_json(ref_json: str, obj_json: str) -> None:
"test8": None,
"test9": None,
}


def test_unset_access(): # see #523
assert Test().test1 is None
assert Test(test1=None).test1 is None

0 comments on commit 2bcb05a

Please sign in to comment.