We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 766ed47 commit 469c09dCopy full SHA for 469c09d
Tests/IssueReportingTests/SwiftTestingTests.swift
@@ -133,22 +133,22 @@
133
@Test
134
func emptyMessage() {
135
withKnownIssue {
136
- reportIssue("hey")
+ reportIssue("")
137
}
138
139
140
141
func emptyMessage_async() async {
142
await withKnownIssue {
143
await Task.yield()
144
145
146
147
148
149
func emptyMessage_throws() throws {
150
151
152
153
154
0 commit comments