Skip to content

Commit

Permalink
Update failing unit test with correct center point
Browse files Browse the repository at this point in the history
  • Loading branch information
dmiedema committed Feb 12, 2015
1 parent 2b7bd49 commit 69ef670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Unit Tests/CRToastViewTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ - (void)testActivityFrameCenterAlignment {
toast.options = options;
self.view.toast = toast;

CGPoint assumedCenter = CGPointMake(100, 50);
CGPoint assumedCenter = CGPointMake(150, 50);

[self.view layoutSubviews];

Expand Down

0 comments on commit 69ef670

Please sign in to comment.