Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mmorel-35 committed Jul 2, 2024
1 parent 693b5af commit 9ae9d09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ Describe a new checker in [checkers section](./README.md#checkers).
assert.NotEqual(t, err, errSentinel)
// etc.


✅ assert.ErrorIs(t, err, ErrUserNotFound)
assert.ErrorAs(t, err, &target)
```
Expand Down

0 comments on commit 9ae9d09

Please sign in to comment.