Skip to content

Commit

Permalink
pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
klebster2 committed Nov 19, 2024
1 parent a17fdcf commit 93ff39d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ def test_normalize_word(test_completer): # pylint: disable=redefined-outer-name
test_completer._normalize_word( # pylint: disable=protected-access
"test_word"
)
== "testword"
== "test_word"
)

@pytest.fixture
Expand Down

0 comments on commit 93ff39d

Please sign in to comment.