agent: Fix test

Struct TtrpcContext has been changed in ttrpc@0.5

Signed-off-by: Tim Zhang <tim@hyper.sh>
This commit is contained in:
Tim Zhang 2021-02-24 22:22:24 +08:00
parent 02079dbb4f
commit 4a214720e8

View File

@ -1676,6 +1676,7 @@ mod tests {
TtrpcContext {
fd: -1,
mh: MessageHeader::default(),
metadata: std::collections::HashMap::new(),
}
}