func expectFailure()

in CyborgTests/TestUtilities.swift [104:109]


    func expectFailure() -> ParseError {
        switch self {
        case .ok(let wrapped): fatalError("\(wrapped)")
        case .error(let error): return error
        }
    }