Skip to content

Commit

Permalink
simplify base test
Browse files Browse the repository at this point in the history
  • Loading branch information
elcarpenterNOAA committed Dec 27, 2024
1 parent 1d0ba32 commit 1afbf27
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/uwtools/tests/config/formats/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ def test_dereference(tmp_path):
h: !bool 0
D: 2024-10-10 00:19:00
I: !dict "{ b0: 0, b1: 1, b2: 2,}"
J: !dict "[ ['c0',0], ['c1',1], ['c2',2], ]"
L: !list "[ a0, a1, a2, ]"
N: "22"
Expand Down Expand Up @@ -268,7 +267,6 @@ def test_dereference(tmp_path):
"h": False,
"D": datetime.fromisoformat("2024-10-10 00:19:00"),
"I": {"b0": 0, "b1": 1, "b2": 2},
"J": {"c0": 0, "c1": 1, "c2": 2},
"L": ["a0", "a1", "a2"],
"N": "22",
}
Expand Down

0 comments on commit 1afbf27

Please sign in to comment.