Skip to content

Commit

Permalink
Update test/plugins/test_autoimport.py
Browse files Browse the repository at this point in the history
Co-authored-by: Carlos Cordoba <[email protected]>
  • Loading branch information
tkrabel-db and ccordoba12 authored Oct 27, 2023
1 parent 91c32a5 commit ded2de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/plugins/test_autoimport.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ class sfa:
assert results == set(["blah", "bleh", "e", "hello", "someone", "sfa", "a", "b"])


# Tests ruff, flake8 and pylfakes messages
# Tests ruff, flake8 and pyflakes messages
@pytest.mark.parametrize(
"message",
["Undefined name `os`", "F821 undefined name 'numpy'", "undefined name 'numpy'"],
Expand Down

0 comments on commit ded2de6

Please sign in to comment.