Skip to content

Commit 46ac464

Browse files
committed
add missing self
1 parent 557c222 commit 46ac464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/TestDiffableSnapshot.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ final class TestDiffableSnapshot: UnitTestCase, @unchecked Sendable {
4848
@MainActor
4949
func test_init_perf() {
5050
let model = self.fakeCollectionViewModel(numSections: 10, numCells: 10_000)
51-
measure {
51+
self.measure {
5252
let snapshot = DiffableSnapshot(viewModel: model)
5353
XCTAssertEqual(snapshot.numberOfItems, 100_000)
5454
}

0 commit comments

Comments
 (0)