From: Ian Jackson Date: Sun, 1 May 2022 17:48:08 +0000 (+0100) Subject: apitest: updates: explicitly ignore SetTable* X-Git-Tag: otter-1.1.0~349 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=8fa26c604d709b015168da93bd2ba9b7099b2792;p=otter.git apitest: updates: explicitly ignore SetTable* Signed-off-by: Ian Jackson --- diff --git a/apitest/atmain.rs b/apitest/atmain.rs index 7dcb0232..e3436e36 100644 --- a/apitest/atmain.rs +++ b/apitest/atmain.rs @@ -457,6 +457,7 @@ pub fn update_update_pieces( let p = p.unwrap(); let ns = v.get("ns").unwrap(); p.info.extend(ns.as_object().unwrap()); + } else if k.starts_with("SetTable") { } }