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 8e70c04 commit b48b2eeCopy full SHA for b48b2ee
graph_iip_test.go
@@ -86,7 +86,7 @@ func newRepeatGraph2Ins() (*Graph, error) {
86
return n, nil
87
}
88
89
-func TestGraphInportIIP(t *testing.T) { //nolint:funlen
+func TestGraphInportIIP(t *testing.T) { //nolint:funlen // long setup
90
n, err := newRepeatGraph2Ins()
91
if err != nil {
92
t.Error(err)
0 commit comments