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 834369c1..afbc80e2 100644 --- a/error_buffer_test.go +++ b/error_buffer_test.go @@ -1,9 +1,9 @@ package roadrunner import ( - "testing" "bytes" "github.com/stretchr/testify/assert" + "testing" ) func TestErrBuffer_Write_Len(t *testing.T) { |