diff options
Diffstat (limited to 'error_buffer_test.go')
-rw-r--r-- | error_buffer_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/error_buffer_test.go b/error_buffer_test.go index ce252612..834369c1 100644 --- a/error_buffer_test.go +++ b/error_buffer_test.go @@ -3,7 +3,7 @@ package roadrunner import ( "testing" "bytes" - "github.com/magiconair/properties/assert" + "github.com/stretchr/testify/assert" ) func TestErrBuffer_Write_Len(t *testing.T) { |