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
|
import XCTest
|
||||||
@testable import Mastodon
|
@testable import Mastodon
|
||||||
|
import MastodonCore
|
||||||
|
|
||||||
@MainActor
|
@MainActor
|
||||||
class MastodonTests: XCTestCase {
|
class MastodonTests: XCTestCase {
|
||||||
|
|
Loading…
Reference in New Issue