Skip to content

Commit a1d08e6

Browse files
committed
Remove template assertion from test
1 parent 57dadc0 commit a1d08e6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/test_include.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ def test_include(tmp_path):
6969
data = pals.Lattice.from_file(main_file)
7070

7171
assert data["PALS"]["version"] == 1.0
72-
assert data["PALS"]["other"] == "value"
7372
assert data["PALS"]["author"] == "Some One <name@email.com>"
7473
assert "include" not in data["PALS"]
7574

0 commit comments

Comments
 (0)