Skip to content

Commit

Permalink
remove a stray comma in a test tuple
Browse files Browse the repository at this point in the history
  • Loading branch information
gnikonorov committed May 28, 2020
1 parent 14de080 commit 2af0d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/test_warnings.py
Expand Up @@ -275,7 +275,7 @@ def pytest_warning_recorded(self, warning_message, when, nodeid, location):
result.stdout.fnmatch_lines(["*1 passed*"])

expected = [
("config warning", "config", "",),
("config warning", "config", ""),
("collect warning", "collect", ""),
("setup warning", "runtest", "test_warning_captured_hook.py::test_func"),
("call warning", "runtest", "test_warning_captured_hook.py::test_func"),
Expand Down

0 comments on commit 2af0d1e

Please sign in to comment.