Skip to content

Commit

Permalink
fix test after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed May 7, 2024
1 parent 8495af9 commit 8b637be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asdf/_tests/test_yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def test_explicit_tags():
..."""

# Check that fully qualified explicit tags work
buff = io.BytesIO(yaml.encode("ascii"))
buff = io.BytesIO(yaml)

with asdf.open(buff) as ff:
assert all(ff.tree["foo"] == [1, 2, 3])
Expand Down

0 comments on commit 8b637be

Please sign in to comment.