Skip to content

Commit 15752ef

Browse files
authored
fix test
1 parent 856e3b9 commit 15752ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_presets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1971,7 +1971,7 @@ def test_self_test_manifest_valid(self):
19711971
assert manifest.id == "self-test"
19721972
assert manifest.name == "Self-Test Preset"
19731973
assert manifest.version == "1.0.0"
1974-
assert len(manifest.templates) == 8 # 6 templates + 2 commands
1974+
assert len(manifest.templates) == 7 # 5 templates + 2 commands
19751975

19761976
def test_self_test_provides_all_core_templates(self):
19771977
"""Verify the self-test preset provides an override for every core template."""

0 commit comments

Comments
 (0)