We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57dadc0 commit a1d08e6Copy full SHA for a1d08e6
1 file changed
tests/test_include.py
@@ -69,7 +69,6 @@ def test_include(tmp_path):
69
data = pals.Lattice.from_file(main_file)
70
71
assert data["PALS"]["version"] == 1.0
72
- assert data["PALS"]["other"] == "value"
73
assert data["PALS"]["author"] == "Some One <name@email.com>"
74
assert "include" not in data["PALS"]
75
0 commit comments