Skip to content

Commit d60d281

Browse files
committed
Fix types
1 parent e931957 commit d60d281

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

squatter/tests/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ def test_cli_keep_flag(self, check_call_mock: Any, check_output_mock: Any) -> No
114114
runner = CliRunner()
115115
result = runner.invoke(generate, ["--keep", "foo"])
116116
m = re.match("Generating in (.+)", result.output)
117+
assert m is not None
117118
assert Path(m.group(1)).exists()
118119
assert Path(m.group(1), "pyproject.toml")
119120
self.assertFalse(result.exception)

0 commit comments

Comments
 (0)