From 3c7f3430313292330c2a0df59c2521f9d2191b87 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 27 Feb 2021 20:53:58 +0000 Subject: [PATCH] hidden test: Use api_with_piece_op Now that it works... Signed-off-by: Ian Jackson --- apitest/at-otter.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apitest/at-otter.rs b/apitest/at-otter.rs index 4a2e78cc..4b52b96d 100644 --- a/apitest/at-otter.rs +++ b/apitest/at-otter.rs @@ -335,7 +335,7 @@ impl Ctx { .into_inner().unwrap(); dbg!(&hand); - session.api_piece_op(&self.su, &hand.id, "k", json!({ + session.api_with_piece_op(&self.su, &hand.id, "k", json!({ "opname": "claim", "wrc": "Unpredictable", }))?; -- 2.30.2