Skip to content

Commit 469c09d

Browse files
committed
wip
1 parent 766ed47 commit 469c09d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Tests/IssueReportingTests/SwiftTestingTests.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,22 +133,22 @@
133133
@Test
134134
func emptyMessage() {
135135
withKnownIssue {
136-
reportIssue("hey")
136+
reportIssue("")
137137
}
138138
}
139139

140140
@Test
141141
func emptyMessage_async() async {
142142
await withKnownIssue {
143143
await Task.yield()
144-
reportIssue("hey")
144+
reportIssue("")
145145
}
146146
}
147147

148148
@Test
149149
func emptyMessage_throws() throws {
150150
withKnownIssue {
151-
reportIssue("hey")
151+
reportIssue("")
152152
}
153153
}
154154

0 commit comments

Comments
 (0)