Skip to content

Commit d67c234

Browse files
committed
fix pyright
1 parent f403010 commit d67c234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python_files/tests/unittestadapter/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,6 @@ def test_build_empty_tree() -> None:
288288
suite = loader.discover(start_dir, pattern)
289289
tests, errors = build_test_tree(suite, start_dir)
290290

291-
assert tests.get("children") == []
292291
assert tests is not None
292+
assert tests.get("children") == []
293293
assert not errors

0 commit comments

Comments
 (0)