Skip to content

Commit

Permalink
Add comment indicating warning emitted in test
Browse files Browse the repository at this point in the history
  • Loading branch information
anubh-v committed Jan 14, 2020
1 parent 1052c0f commit 8f91c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/a/assert_on_string_literal.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# pylint: disable=missing-module-docstring, undefined-variable
assert [foo, bar], "No AssertionError"
assert "There is an AssertionError"
assert "There is an AssertionError" # [assert-on-string-literal]

0 comments on commit 8f91c81

Please sign in to comment.