From ed3112ace59e0e1eca1214c4d65a2e4b1ef69253 Mon Sep 17 00:00:00 2001 From: Brett Date: Wed, 27 Mar 2024 13:38:05 -0400 Subject: [PATCH] fix test after rebase --- asdf/_tests/test_yaml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asdf/_tests/test_yaml.py b/asdf/_tests/test_yaml.py index 44252af72..55648dd46 100644 --- a/asdf/_tests/test_yaml.py +++ b/asdf/_tests/test_yaml.py @@ -242,7 +242,7 @@ def test_explicit_tags(): #ASDF_STANDARD 1.5.0 %YAML 1.1 --- ! -foo: ! [1, 2, 3] +foo: ! [1, 2, 3] ...""" # Check that fully qualified explicit tags work