Skip to content

Commit d6c590c

Browse files
committed
fix test
1 parent 3432836 commit d6c590c

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
@@ -2620,7 +2620,7 @@ def test_self_test_manifest_valid(self):
26202620
assert manifest.id == "self-test"
26212621
assert manifest.name == "Self-Test Preset"
26222622
assert manifest.version == "1.0.0"
2623-
assert len(manifest.templates) == 8 # 6 templates + 2 commands
2623+
assert len(manifest.templates) == 7 # 5 templates + 2 commands
26242624

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

0 commit comments

Comments
 (0)