summaryrefslogtreecommitdiff
path: root/error_buffer_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'error_buffer_test.go')
-rw-r--r--error_buffer_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/error_buffer_test.go b/error_buffer_test.go
index c163ea43..c112159f 100644
--- a/error_buffer_test.go
+++ b/error_buffer_test.go
@@ -1,8 +1,9 @@
package roadrunner
import (
- "github.com/stretchr/testify/assert"
"testing"
+
+ "github.com/stretchr/testify/assert"
)
func TestErrBuffer_Write_Len(t *testing.T) {