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 Feb 27, 2024
1 parent 397626b commit 88fee70
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 88fee70

Please sign in to comment.