Skip to content

Commit 9712651

Browse files
authored
Update models.py
1 parent fbba529 commit 9712651

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ix_style/verification/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class VerificationScenario:
4141
trust_checks: tuple[TrustCheckInput, ...] = ()
4242
fault_signals: tuple[FDIRSignal, ...] = ()
4343
active_degradation_flags: tuple[str, ...] = ()
44-
expectations: VerificationExpectation = VerificationExpectation()
44+
expectations: VerificationExpectation = field(default_factory=VerificationExpectation)
4545
limitations_or_assumptions: tuple[str, ...] = ()
4646

4747
def __post_init__(self) -> None:

0 commit comments

Comments
 (0)