Skip to content

Commit 38eaf32

Browse files
authored
Fix assertion formatting in test_wave6_assurance_case_bridge
1 parent 2fb254f commit 38eaf32

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/test_wave6_assurance_case_bridge.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@ def test_assurance_bridge_exports_draft_only_for_ready_gate_and_blackfox() -> No
7373
)
7474

7575
assert (
76-
bundle.status
77-
is WaveSixAssuranceBridgeStatus.READY_FOR_ASSURANCE_DRAFT_EXPORT
76+
bundle.status is WaveSixAssuranceBridgeStatus.READY_FOR_ASSURANCE_DRAFT_EXPORT
7877
)
7978
assert bundle.decision is WaveSixAssuranceBridgeDecision.EXPORT_ASSURANCE_DRAFT_ONLY
8079
assert bundle.ready_for_assurance_draft_export

0 commit comments

Comments
 (0)