Fix linter error
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Rob Watson 2022-01-07 19:54:56 +01:00
parent 04601bab2e
commit 8e9a4cf8c3
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ func TestHelperProcess(t *testing.T) {
}
// testLogger returns a functional development logger.
//lint:ignore U1000 helper method
func testLogger(t *testing.T) *zap.Logger {
l, err := zap.NewDevelopment()
require.NoError(t, err)