Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhoonbang committed Oct 1, 2024
1 parent 2a3ee6a commit 19b4d18
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ func setupHandler(t *testing.T) (*handler, *mocks.HTTPClient, *handlermocks.DON,
})
}
handler, err := NewHandler(json.RawMessage(cfgBytes), donConfig, don, httpClient, lggr)
require.NoError(t, err)
return handler, httpClient, don, nodes
}

Expand Down

0 comments on commit 19b4d18

Please sign in to comment.