Skip to content

Commit

Permalink
also call info in regtest
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed May 7, 2024
1 parent 90b4666 commit 0c63836
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions asdf/_tests/_regtests/test_1738.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ def __asdf_traverse__(self):

# this should work even if _tag exists (and is not a tag)
c._tag = {}
af.info()
assert af.search(type_=int).paths == ["root['c'][0]", "root['c'][1]", "root['c'][2]"]
c._tag = "a"
af.info()
assert af.search(type_=int).paths == ["root['c'][0]", "root['c'][1]", "root['c'][2]"]

0 comments on commit 0c63836

Please sign in to comment.