diff options
author | Wolfy-J <[email protected]> | 2018-06-13 22:29:28 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-06-13 22:29:28 +0300 |
commit | 72562187f3802bd0910d6ba0ac73cd1819e5cc19 (patch) | |
tree | b332a1f091aacd58099d858d7d14a819a08d2de5 /service/http/rpc_test.go | |
parent | af6869588e3128b502d308fc630f9853db2ec24b (diff) |
more tests + rpc tests
Diffstat (limited to 'service/http/rpc_test.go')
-rw-r--r-- | service/http/rpc_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/http/rpc_test.go b/service/http/rpc_test.go index ba71f7e1..f1c5786c 100644 --- a/service/http/rpc_test.go +++ b/service/http/rpc_test.go @@ -112,4 +112,4 @@ func Test_Workers(t *testing.T) { assert.Len(t, r.Workers, 1) assert.Equal(t, *ss.rr.Workers()[0].Pid, r.Workers[0].Pid) -} +}
\ No newline at end of file |