let combinedPromise = any(promise1, promise2, promise3).then { _, _, _ in
      XCTFail()
    }.catch { error in
      XCTAssertTrue(error == Test.Error.code42)
    }