We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a48b1ee commit 3895c6bCopy full SHA for 3895c6b
1 file changed
tests/unit/test_cli.py
@@ -232,4 +232,4 @@ def test_main_version_with_options(
232
233
assert result.exit_code == 0
234
assert "Wristpy version" in result.output
235
- mock_run.assert_not_called
+ mock_run.assert_not_called()
0 commit comments