diff --git a/asdf/_tests/_regtests/test_1738.py b/asdf/_tests/_regtests/test_1738.py index 8646ca46c..633c268da 100644 --- a/asdf/_tests/_regtests/test_1738.py +++ b/asdf/_tests/_regtests/test_1738.py @@ -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]"]