File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Tests/IssueReportingTests Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 4242 withKnownIssue {
4343 reportIssue ( Failure ( ) , " Something went wrong " )
4444 } matching: { issue in
45- issue. description == " Caught error: Failure() \( issueDescriptionSuffix) : Something went wrong "
45+ issue. description
46+ == " Caught error: Failure() \( issueDescriptionSuffix) : Something went wrong "
4647 }
4748 }
4849
9394 withExpectedIssue ( " This didn't fail " ) {
9495 }
9596 } matching: { issue in
96- issue. description == " Known issue was not recorded \( issueDescriptionSuffix) : This didn't fail "
97+ issue. description
98+ == " Known issue was not recorded \( issueDescriptionSuffix) : This didn't fail "
9799 }
98100 }
99101
103105 await Task . yield ( )
104106 }
105107 } matching: { issue in
106- issue. description == " Known issue was not recorded \( issueDescriptionSuffix) : This didn't fail "
108+ issue. description
109+ == " Known issue was not recorded \( issueDescriptionSuffix) : This didn't fail "
107110 }
108111 }
109112
You can’t perform that action at this time.
0 commit comments