Skip to content

Commit b48b2ee

Browse files
committed
Fix linter
1 parent 8e70c04 commit b48b2ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph_iip_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ func newRepeatGraph2Ins() (*Graph, error) {
8686
return n, nil
8787
}
8888

89-
func TestGraphInportIIP(t *testing.T) { //nolint:funlen
89+
func TestGraphInportIIP(t *testing.T) { //nolint:funlen // long setup
9090
n, err := newRepeatGraph2Ins()
9191
if err != nil {
9292
t.Error(err)

0 commit comments

Comments
 (0)