diff options
Diffstat (limited to 'errors_test.go')
| -rw-r--r-- | errors_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/errors_test.go b/errors_test.go index c39cf67..81ee395 100644 --- a/errors_test.go +++ b/errors_test.go @@ -7,7 +7,7 @@ import ( "errors" "testing" - "go.xyrillian.de/oblast/internal/assert" + "go.xyrillian.de/oblast/internal/testhelpers/assert" ) type fooError struct{} |
