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 0484d39 commit ef0ad74Copy full SHA for ef0ad74
Tests/AppTests/AnalyzeErrorTests.swift
@@ -188,10 +188,7 @@ extension AllTests.AnalyzeErrorTests {
188
189
190
extension AllTests.AnalyzeErrorTests {
191
-#if compiler(>=6.1)
192
-#warning("Move this into a trait on @Test")
193
- // See https://forums.swift.org/t/converting-xctest-invoketest-to-swift-testing/77692/4 for details
194
-#endif
+ // Cannot be a trait, because it references the member `socialPosts`
195
var defaultDependencies: @Sendable (inout DependencyValues) async throws -> Void {
196
{
197
$0.date.now = .t0
0 commit comments