func expectSuccess()

in CyborgTests/TestUtilities.swift [97:102]


    func expectSuccess() -> Wrapped {
        switch self {
        case .ok(let wrapped): return wrapped
        case .error(let error): fatalError(error)
        }
    }