From 7e66019853fea2f5d46d89b72e49ee38b22fe780 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 3 May 2021 18:00:16 +0100 Subject: [PATCH] at-otter: Swap bundles and put-back This leaves us with a bundle in the test game. 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 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)] -- 2.30.2