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 Jan 15, 2024
1 parent b9e9517 commit 67ac04a
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 @@ -221,8 +221,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 67ac04a

Please sign in to comment.