Skip to content

Commit 1572f4d

Browse files
committed
fix
1 parent 92289b0 commit 1572f4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exca/test_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,4 +155,4 @@ def process(self, nums: list[int]) -> tp.Iterator[int]:
155155
def test_discriminated_model_with_infra(tmp_path: Path) -> None:
156156
infra: tp.Any = {"folder": tmp_path}
157157
model = Model(sub={"name": "DiscriminatedWithInfra", "infra": infra}) # type: ignore
158-
assert "DiscriminatedWithInfra" in model.sub.infra.uid()
158+
assert "DiscriminatedWithInfra" in model.sub.infra.uid() # type: ignore

0 commit comments

Comments
 (0)