mirror of
https://github.com/mastodon/mastodon-ios.git
synced 2024-12-17 19:30:10 +01:00
Resolve build failure when running tests from Xcode.
The build failure was: ``` MastodonTests/MastodonTests.swift:39:27: error build: Cannot find 'AppContext' in scope ```
This commit is contained in:
parent
8e17afc821
commit
337e221c20
@ -7,6 +7,7 @@
|
||||
|
||||
import XCTest
|
||||
@testable import Mastodon
|
||||
import MastodonCore
|
||||
|
||||
@MainActor
|
||||
class MastodonTests: XCTestCase {
|
||||
|
Loading…
Reference in New Issue
Block a user