summaryrefslogtreecommitdiff
path: root/error_buffer_test.go
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-06-06 16:05:09 +0300
committerWolfy-J <[email protected]>2018-06-06 16:05:09 +0300
commit901ba75678c77c4789ee934499d3926e6f5e21e3 (patch)
tree654deab9a64623e685fbfcdfa72f8c7a8b1ad46d /error_buffer_test.go
parent9e03172517b80c7175ab1fd2aaf6efdba0fa57bd (diff)
better server re-configuration
Diffstat (limited to 'error_buffer_test.go')
-rw-r--r--error_buffer_test.go2
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) {