You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
stringValue:"\(_capitalizedTitle(for: test))\(testName) recorded \(introducer) issue\(atSourceLocation): \(issue.kind)",
461
+
stringValue:"\(_capitalizedTitle(for: test))\(testName) recorded \(subject)\(atSourceLocation): \(issue.kind)",
462
462
conciseStringValue:String(describing: issue.kind)
463
463
)
464
464
}else{
465
465
Message(
466
466
symbol: symbol,
467
-
stringValue:"\(_capitalizedTitle(for: test))\(testName) recorded \(introducer) issue with \(parameterCount.counting("argument"))\(labeledArguments)\(atSourceLocation): \(issue.kind)",
467
+
stringValue:"\(_capitalizedTitle(for: test))\(testName) recorded \(subject) with \(parameterCount.counting("argument"))\(labeledArguments)\(atSourceLocation): \(issue.kind)",
0 commit comments