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
1 changed files with 1 additions and 0 deletions

View File

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