Skip to content

Commit

Permalink
tests: update logging line no
Browse files Browse the repository at this point in the history
  • Loading branch information
layday committed Sep 3, 2022
1 parent f3a87cd commit 40de9e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_projectbuilder.py
Expand Up @@ -609,7 +609,7 @@ def test_log(mocker, caplog, package_test_flit):
('INFO', 'something'),
]
if sys.version_info >= (3, 8): # stacklevel
assert caplog.records[-1].lineno == 562
assert caplog.records[-1].lineno == 601


@pytest.mark.parametrize(
Expand Down

0 comments on commit 40de9e5

Please sign in to comment.