We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 557c222 commit 46ac464Copy full SHA for 46ac464
Tests/TestDiffableSnapshot.swift
@@ -48,7 +48,7 @@ final class TestDiffableSnapshot: UnitTestCase, @unchecked Sendable {
48
@MainActor
49
func test_init_perf() {
50
let model = self.fakeCollectionViewModel(numSections: 10, numCells: 10_000)
51
- measure {
+ self.measure {
52
let snapshot = DiffableSnapshot(viewModel: model)
53
XCTAssertEqual(snapshot.numberOfItems, 100_000)
54
}
0 commit comments