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 856e3b9 commit 15752efCopy full SHA for 15752ef
1 file changed
tests/test_presets.py
@@ -1971,7 +1971,7 @@ def test_self_test_manifest_valid(self):
1971
assert manifest.id == "self-test"
1972
assert manifest.name == "Self-Test Preset"
1973
assert manifest.version == "1.0.0"
1974
- assert len(manifest.templates) == 8 # 6 templates + 2 commands
+ assert len(manifest.templates) == 7 # 5 templates + 2 commands
1975
1976
def test_self_test_provides_all_core_templates(self):
1977
"""Verify the self-test preset provides an override for every core template."""
0 commit comments