Skip to content

Commit

Permalink
fix call to yaml_to_asdf after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Aug 2, 2024
1 parent 04a1a8a commit faeaf1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asdf/_tests/test_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ class DefaultExtension:
j:
l: 362
"""
buff = yaml_to_asdf(yaml, standard_version="1.5.0")
buff = yaml_to_asdf(yaml, version="1.5.0")
with asdf.open(buff) as ff:
assert "a" in ff.tree["custom"]
assert ff.tree["custom"]["a"] == 42
Expand Down

0 comments on commit faeaf1c

Please sign in to comment.