From: Ian Jackson Date: Mon, 3 May 2021 17:00:16 +0000 (+0100) Subject: at-otter: Swap bundles and put-back X-Git-Tag: otter-0.6.0~431 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=7e66019853fea2f5d46d89b72e49ee38b22fe780;p=otter.git at-otter: Swap bundles and put-back This leaves us with a bundle in the test game. Signed-off-by: Ian Jackson --- diff --git a/apitest/at-otter.rs b/apitest/at-otter.rs index 541e0165..5b2206aa 100644 --- a/apitest/at-otter.rs +++ b/apitest/at-otter.rs @@ -718,8 +718,8 @@ fn tests(mut c: Ctx) { test!(c, "library-load", c.chdir_root(|c| c.library_load() )); test!(c, "hidden-hand", c.hidden_hand() ?); test!(c, "specs", c.chdir_root(|c| c.specs() )); - test!(c, "bundles", c.bundles() ?); test!(c, "put-back", c.put_back() ?); + test!(c, "bundles", c.bundles() ?); } #[throws(AE)]