Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.1.1 #123

Merged
merged 3 commits into from
Jun 19, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
clean up
  • Loading branch information
CalvinChangCC committed Jun 13, 2024
commit 918c9c67511172c1bdd9b0c6d523c5c2b9f14a31
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import SnapshotTesting
import TestUtilities
import XCTest

@MainActor
final class EmojisSectionControllerSnapshotTests: XCTestCase {
@MainActor
func testDefaultViewModel() {
let sectionController = EmojisSectionController(model: EmojisViewModel())
let container = SectionSnapshotContainer(sectionController: sectionController, width: 375)
Expand Down
Loading