Skip to content

Commit

Permalink
american spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
KirsoppJ committed Aug 7, 2023
1 parent 844a20b commit f3437d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_cli/test_stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def test_cli_stack_set_command_with_args(runner: CliRunner) -> None:
assert "Matcha default stack has been set." in result.stdout


def test_stack_set_stack_not_recognised(runner: CliRunner) -> None:
def test_stack_set_stack_not_recognized(runner: CliRunner) -> None:
"""Tests the cli stack set sub-command behaviour when an unrecognised stack name is passed.

Check warning on line 76 in tests/test_cli/test_stack.py

View workflow job for this annotation

GitHub Actions / Pytest CI (3.8)

"behaviour" should be "behavior".

Check warning on line 76 in tests/test_cli/test_stack.py

View workflow job for this annotation

GitHub Actions / Pytest CI (3.8)

"unrecognised" should be "unrecognized".

Check warning on line 76 in tests/test_cli/test_stack.py

View workflow job for this annotation

GitHub Actions / Pytest CI (3.10)

"behaviour" should be "behavior".

Check warning on line 76 in tests/test_cli/test_stack.py

View workflow job for this annotation

GitHub Actions / Pytest CI (3.10)

"unrecognised" should be "unrecognized".
Args:
Expand All @@ -86,5 +86,6 @@ def test_stack_set_stack_not_recognised(runner: CliRunner) -> None:
def test_stack_set_file_created() -> None:
pass


def test_stack_set_file_modified() -> None:
pass

0 comments on commit f3437d7

Please sign in to comment.