There was an error while loading. Please reload this page.
1 parent 92289b0 commit 1572f4dCopy full SHA for 1572f4d
1 file changed
exca/test_helpers.py
@@ -155,4 +155,4 @@ def process(self, nums: list[int]) -> tp.Iterator[int]:
155
def test_discriminated_model_with_infra(tmp_path: Path) -> None:
156
infra: tp.Any = {"folder": tmp_path}
157
model = Model(sub={"name": "DiscriminatedWithInfra", "infra": infra}) # type: ignore
158
- assert "DiscriminatedWithInfra" in model.sub.infra.uid()
+ assert "DiscriminatedWithInfra" in model.sub.infra.uid() # type: ignore
0 commit comments