f2/testlib/fixtures/env: test_root cannot be None

`test_root` can never be `None`.

Change-Id: I9ed344b55a733ad92ffa79e6799e44d97285109f
Signed-off-by: Raito Bezarius <raito@lix.systems>
This commit is contained in:
Raito Bezarius
2026-01-04 22:09:33 +00:00
parent 8b5c085aca
commit f981162bf3
+1 -1
View File
@@ -136,7 +136,7 @@ class _ManagedPath:
@dataclasses.dataclass
class _Dirs:
test_root: Path | None
test_root: Path
home: Path
nix_log_dir: Path | None
nix_state_dir: Path | None