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 3432836 commit d6c590cCopy full SHA for d6c590c
1 file changed
tests/test_presets.py
@@ -2620,7 +2620,7 @@ def test_self_test_manifest_valid(self):
2620
assert manifest.id == "self-test"
2621
assert manifest.name == "Self-Test Preset"
2622
assert manifest.version == "1.0.0"
2623
- assert len(manifest.templates) == 8 # 6 templates + 2 commands
+ assert len(manifest.templates) == 7 # 5 templates + 2 commands
2624
2625
def test_self_test_provides_all_core_templates(self):
2626
"""Verify the self-test preset provides an override for every core template."""
0 commit comments