chiark / gitweb /
at-otter: Fix a ref to PIA that ought to be PIB.
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 18 Apr 2022 16:10:58 +0000 (17:10 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 18 Apr 2022 16:11:25 +0000 (17:11 +0100)
I think.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
apitest/at-otter.rs

index a544a9c38217a2b45d65160bb3cd761487ca8070..808da01fb51e8cc13d78d2139bbcfe5e06edc00b 100644 (file)
@@ -33,7 +33,7 @@ impl Ctx {
     self.su_mut().mgmt_conn().fakerng_load(&[&"1",&"0"])?;
 
     let mut a_pieces = alice.pieces::<PIA>()?;
-    let mut b_pieces = alice.pieces::<PIB>()?;
+    let mut b_pieces = bob.pieces::<PIB>()?;
 
     // ----- alice: claim alices' hand -----