Skip to content

Commit

Permalink
XCTAssertTrue(NO, -> XCTFail(
Browse files Browse the repository at this point in the history
Summary: Cleanup

Reviewed By: ChrisXu

Differential Revision: D53070259

fbshipit-source-id: 0fcdd20038095daf6c4af22f736cc08ab73c8c4c
  • Loading branch information
Gabriel Minarik authored and facebook-github-bot committed Jan 25, 2024
1 parent e3c5cfb commit 6a834f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/IGListAdapterE2ETests.m
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}];
}

Expand Down

0 comments on commit 6a834f8

Please sign in to comment.