diff options
author | Wolfy-J <[email protected]> | 2018-06-06 16:05:09 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-06-06 16:05:09 +0300 |
commit | 901ba75678c77c4789ee934499d3926e6f5e21e3 (patch) | |
tree | 654deab9a64623e685fbfcdfa72f8c7a8b1ad46d /error_buffer_test.go | |
parent | 9e03172517b80c7175ab1fd2aaf6efdba0fa57bd (diff) |
better server re-configuration
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) { |