Skip to content

Commit

Permalink
added godoc comment and generated must package equivalent
Browse files Browse the repository at this point in the history
  • Loading branch information
ccarstens authored and shoenig committed Jun 5, 2024
1 parent 84c903e commit 9ebcf5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions must/must.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import (
"github.com/shoenig/test/wait"
)

// ErrorAssertionFunc allows to pass Error and NoError in table driven tests
type ErrorAssertionFunc func(t T, err error, settings ...Setting)

// Nil asserts a is nil.
Expand Down

0 comments on commit 9ebcf5a

Please sign in to comment.