diff --git a/Tests/IGListAdapterE2ETests.m b/Tests/IGListAdapterE2ETests.m index f56ac7084..6f2b81943 100644 --- a/Tests/IGListAdapterE2ETests.m +++ b/Tests/IGListAdapterE2ETests.m @@ -1928,7 +1928,7 @@ - (void)test_whenReleasingObjects_thatAssertDoesntFire { adapter.collectionView = self.collectionView; adapter.dataSource = self.dataSource; [adapter performUpdatesAnimated:NO completion:^(BOOL finished) { - XCTAssertTrue(NO, @"Should not reach completion block for adapter"); + XCTFail(@"Should not reach completion block for adapter"); }]; }