diff options
author | Wolfy-J <[email protected]> | 2018-07-08 21:35:11 -0700 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-07-08 21:35:11 -0700 |
commit | 2f2b3137d243a75a98cf2a0a3ab32e7fb407e48d (patch) | |
tree | 4ba6be5a20c4bb58aa28d73b4cd3dc17371c5de3 /service/rpc/config_test.go | |
parent | f688229fe93016064ad67b381e774881d991b8ab (diff) |
minor CS
Diffstat (limited to 'service/rpc/config_test.go')
-rw-r--r-- | service/rpc/config_test.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/service/rpc/config_test.go b/service/rpc/config_test.go index 87a89a2b..8642e9ab 100644 --- a/service/rpc/config_test.go +++ b/service/rpc/config_test.go @@ -6,8 +6,6 @@ import ( "testing" ) -// todo: test hydrate - func TestConfig_Listener(t *testing.T) { cfg := &Config{Listen: "tcp://:18001"} |