Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ayanonagon committed Apr 12, 2015
1 parent e5f937d commit 3b5a195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VENTokenFieldSampleTests/VENTokenFieldSampleTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ - (void)testResignFirstResponderAndCollapse
UIView *tokenField = [tester waitForViewWithAccessibilityLabel:@"0 people"];
[tester tapScreenAtPoint:tokenField.center];
[tester waitForSoftwareKeyboard];

[tester enterTextIntoCurrentFirstResponder:@"Ayaka\n"];
[tester waitForViewWithAccessibilityLabel:@"Ayaka,"];

Expand Down

0 comments on commit 3b5a195

Please sign in to comment.