Skip to content

Commit b62ecfa

Browse files
Kurt-von-LavenLee-W
authored andcommitted
style(test_check_command): Correct "argments" typo
1 parent 48e29e5 commit b62ecfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎tests/commands/test_check_command.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ def test_check_a_range_of_git_commits_and_failed(config, mocker):
200200
error_mock.assert_called_once()
201201

202202

203-
def test_check_command_with_invalid_argment(config):
203+
def test_check_command_with_invalid_argument(config):
204204
with pytest.raises(InvalidCommandArgumentError) as excinfo:
205205
commands.Check(
206206
config=config,

0 commit comments

Comments
 (0)