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
letatSourceLocation= issue.sourceLocation.map{" at \($0)"}??""
560
-
iflabeledArguments.isEmpty{
565
+
ifparameterCount ==0{
561
566
return"\(symbol) Test \(testName) recorded a\(known) issue\(atSourceLocation): \(issue.kind)\(difference)\(issueComments)\n"
562
567
}else{
563
-
return"\(symbol) Test \(testName) recorded a\(known) issue with \(labeledArguments.count.counting("argument"))\(labeledArguments)\(atSourceLocation): \(issue.kind)\(difference)\(issueComments)\n"
568
+
return"\(symbol) Test \(testName) recorded a\(known) issue with \(parameterCount.counting("argument"))\(labeledArguments)\(atSourceLocation): \(issue.kind)\(difference)\(issueComments)\n"
0 commit comments