Skip to content

Commit

Permalink
fix: spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen-RA-King committed Apr 5, 2022
1 parent c8682ee commit 4551e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test__set_get_del_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def test_get_env(capsys):


@pytest.mark.dependency(depends=["test_set_env"])
def test_det_env(capsys):
def test_del_env(capsys):
pynball._delenv("unknown", "DELETEKEY")
output, error = capsys.readouterr()
assert output == "WARNING: Scope value must be 'user' or 'system'\n"
Expand Down

0 comments on commit 4551e5d

Please sign in to comment.