rename rpc codec

This commit is contained in:
Asim Aslam
2018-11-23 20:05:31 +00:00
parent 4dc593eca3
commit 34ed5235a3
3 changed files with 9 additions and 9 deletions

View File

@@ -38,7 +38,7 @@ func TestCodecWriteError(t *testing.T) {
wbuf: new(bytes.Buffer),
}
c := rpcPlusCodec{
c := rpcCodec{
buf: &rwc,
codec: &testCodec{
buf: rwc.wbuf,