chiark / gitweb /
at-otter: Swap bundles and put-back
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 3 May 2021 17:00:16 +0000 (18:00 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 3 May 2021 17:01:32 +0000 (18:01 +0100)
This leaves us with a bundle in the test game.

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

index 541e01650799c3dda741d53dbe115cdf84cc0549..5b2206aaac0d67acf4fe79135b3524de863728c6 100644 (file)
@@ -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)]