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 401a2f3 commit fd7ab94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_projectbuilder.py
Original file line number Diff line number Diff line change
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 fd7ab94

Please sign in to comment.