We use `assert.Nil` for error checks in tests, but thats *wrong* we should've been using `assert.NoError(t, err)` this whole time!  251 usages!!!!
We use
assert.Nilfor error checks in tests, but thats wrongwe should've been using
assert.NoError(t, err)this whole time!251 usages!!!!