Skip to content

Commit

Permalink
Release 2.1.1 (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
CalvinChangCC authored Jun 19, 2024
2 parents 9597628 + 1b380a5 commit 8b583a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public struct CompositionalLayoutProvider {
/// - Parameters:
/// - layoutEnvironment: the environment value for the layout
/// - Returns: The layout for the section
var layoutSectionProvider: (_ layoutEnvironment: NSCollectionLayoutEnvironment) -> NSCollectionLayoutSection
public let layoutSectionProvider: (_ layoutEnvironment: NSCollectionLayoutEnvironment) -> NSCollectionLayoutSection

public init(
layoutSectionProvider: @escaping (any NSCollectionLayoutEnvironment) -> NSCollectionLayoutSection
Expand Down

0 comments on commit 8b583a4

Please sign in to comment.