From cd17760bb2f4632f34e23a0b27bff21500cd8994 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 18 Apr 2022 17:10:58 +0100 Subject: [PATCH] at-otter: Fix a ref to PIA that ought to be PIB. I think. 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 a544a9c3..808da01f 100644 --- a/apitest/at-otter.rs +++ b/apitest/at-otter.rs @@ -33,7 +33,7 @@ impl Ctx { self.su_mut().mgmt_conn().fakerng_load(&[&"1",&"0"])?; let mut a_pieces = alice.pieces::()?; - let mut b_pieces = alice.pieces::()?; + let mut b_pieces = bob.pieces::()?; // ----- alice: claim alices' hand ----- -- 2.30.2