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 Aug 2, 2024
1 parent faeaf1c commit ed3112a
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 @@ -242,7 +242,7 @@ def test_explicit_tags():
#ASDF_STANDARD 1.5.0
%YAML 1.1
--- !<tag:stsci.edu:asdf/core/asdf-1.1.0>
foo: !<tag:stsci.edu:asdf/core/ndarray-1.1.0> [1, 2, 3]
foo: !<tag:stsci.edu:asdf/core/ndarray-1.0.0> [1, 2, 3]
..."""

# Check that fully qualified explicit tags work
Expand Down

0 comments on commit ed3112a

Please sign in to comment.