Skip to content

testing: convert all assert.Nil to assert.NoError #545

@bobheadxi

Description

@bobheadxi

We use assert.Nil for error checks in tests, but thats wrong

we should've been using assert.NoError(t, err) this whole time!

image

251 usages!!!!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions