diff options
author | Wolfy-J <[email protected]> | 2018-06-07 17:56:24 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-06-07 17:56:24 +0300 |
commit | 5a2dff38591c90cb1501dc09fea14e1a59d0cb52 (patch) | |
tree | 9a52dc0309d1f30b20560ae9f796712fb6337d73 /rpc/config_test.go | |
parent | ef78372ec1570571a1af6b1dc9847f7cc72fdc37 (diff) |
rcp tests
Diffstat (limited to 'rpc/config_test.go')
-rw-r--r-- | rpc/config_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpc/config_test.go b/rpc/config_test.go index dbb028d3..a953e30e 100644 --- a/rpc/config_test.go +++ b/rpc/config_test.go @@ -1,9 +1,9 @@ package rpc import ( - "testing" "github.com/stretchr/testify/assert" "runtime" + "testing" ) func TestConfig_Listener(t *testing.T) { |