29303132333435363738
@Test @Ignore("Needs to have remove working on Column") public void canMoveBoxAOntoBoxB() { StorageHouse storageHouse = new StorageHouse(2); storageHouse.moveOnto("a", "b"); assertEquals("0:\n1: b a\n", storageHouse.printState()); } }