1
0
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:
Jeff Verkoeyen 2022-11-12 19:36:22 -08:00
parent 8e17afc821
commit 337e221c20

View File

@ -7,6 +7,7 @@
import XCTest
@testable import Mastodon
import MastodonCore
@MainActor
class MastodonTests: XCTestCase {