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 ce23127 commit c99f0d9Copy full SHA for c99f0d9
tests/test_init.py
@@ -124,7 +124,7 @@ def test_parse_config_file_invalid_schema(self):
124
with self.assertRaises(ChipFlowError) as cm:
125
_parse_config_file(config_path)
126
127
- self.assertIn("Syntax error in `chipflow.toml`", str(cm.exception))
+ self.assertIn("Validation error in chipflow.toml", str(cm.exception))
128
129
@mock.patch("chipflow_lib._ensure_chipflow_root")
130
@mock.patch("chipflow_lib._parse_config_file")
0 commit comments