Skip to content

Commit

Permalink
remove _get_yaml_content from test_reference.py
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Dec 16, 2023
1 parent 58333e9 commit a549e49
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions asdf/_tests/test_reference.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,7 @@ def test_internal_reference(tmp_path):
ff.write_to(buff)
buff.seek(0)
ff = asdf.AsdfFile()
content = asdf.AsdfFile()._open_impl(ff, buff, _get_yaml_content=True)
assert b"{$ref: ''}" in content
assert b"{$ref: ''}" in buff.getvalue()


def test_implicit_internal_reference(tmp_path):
Expand Down

0 comments on commit a549e49

Please sign in to comment.