Skip to content

New Post Tracker

New Post Tracker #452

GitHub Actions / Xcode test results failed Jan 22, 2024 in 0s

Xcode test results

Build Summary

Compile CommunityListModelTests.swift (x86_64)
Compile SiteVersionTests.swift (x86_64)
Compile RoutableTests.swift (x86_64)
error: Swift Compiler Error: Type 'AppRoute' has no member 'communityLinkWithContext'
error: Swift Compiler Error: Type 'AppRoute' has no member 'communityLinkWithContext'

MlemTests/Navigation/RoutableTests.swift:62:29: error: type 'AppRoute' has no member 'communityLinkWithContext'
        XCTAssert(route == .communityLinkWithContext(value))
                           ~^~~~~~~~~~~~~~~~~~~~~~~~
MlemTests/Navigation/RoutableTests.swift:68:30: error: type 'AppRoute' has no member 'communityLinkWithContext'
        let value = AppRoute.communityLinkWithContext(data)
                    ~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~

Compile PersistenceRepositoryTests.swift (x86_64)

Annotations

Check failure on line 62 in MlemTests/Navigation/RoutableTests.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Type 'AppRoute' has no member 'communityLinkWithContext'

Check failure on line 68 in MlemTests/Navigation/RoutableTests.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Type 'AppRoute' has no member 'communityLinkWithContext'