Skip to content

Commit

Permalink
Added assertion into test_definition_with_circular_dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgarbarev committed Sep 4, 2014
1 parent c789d57 commit a595be4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ - (void)test_definition_with_custom_injections_on_matcher
- (void)test_definition_with_circular_dependency
{
NSArray *array = [assembly definitionWithCircularDescription];
NSLog(@"array: %@", array);
XCTAssertTrue([array count] == 2, @"array must have 2 items, but has: %@",array);
NSValue *first = array[0];
NSValue *second = array[1];
XCTAssertTrue([first pointerValue] == (__bridge void *)array);
Expand Down

0 comments on commit a595be4

Please sign in to comment.