Skip to content

Commit b2ed9ea

Browse files
stephencelisgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent 027930a commit b2ed9ea

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Tests/IssueReportingTests/SwiftTestingTests.swift

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
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

@@ -93,7 +94,8 @@
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

@@ -103,7 +105,8 @@
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

0 commit comments

Comments
 (0)