add type assertion to test

This commit is contained in:
Ilya Konstantinov 2023-02-01 09:54:08 -05:00
parent 9bea4e76c5
commit b0f0e3b16d
1 changed files with 1 additions and 0 deletions

View File

@ -473,6 +473,7 @@ class TestSessionReports:
assert not rep.skipped
assert rep.passed
locinfo = rep.location
assert locinfo is not None
assert locinfo[0] == col.path.name
assert not locinfo[1]
assert locinfo[2] == col.path.name