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
Copy file name to clipboardExpand all lines: testdata/src/p/p.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ package p
2
2
3
3
import"testing"
4
4
5
-
funcTestIfTestFunctionsArentSkipped(t*testing.T) { // want "calculated cyclomatic complexity for function"
5
+
funcTestIfTestFunctionsArentSkipped(t*testing.T) { // want "calculated cyclomatic complexity for function TestIfTestFunctionsArentSkipped is 11, max is 10"
0 commit comments