From 1c82de4db2366ddc6c0665e7ae4e05686fcdf35a Mon Sep 17 00:00:00 2001 From: Caleb Brown Date: Tue, 2 Jun 2015 20:25:39 -0700 Subject: [PATCH] [SampleApp + UIExplorer] Typos in the tests Summary: Closes https://github.com/facebook/react-native/pull/1465 Github Author: Caleb Brown Test Plan: Imported from GitHub, without a `Test Plan:` line. --- Examples/SampleApp/SampleAppTests/SampleAppTests.m | 2 +- Examples/UIExplorer/UIExplorerTests/UIExplorerTests.m | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Examples/SampleApp/SampleAppTests/SampleAppTests.m b/Examples/SampleApp/SampleAppTests/SampleAppTests.m index 0fa28c29d..f06ffd148 100644 --- a/Examples/SampleApp/SampleAppTests/SampleAppTests.m +++ b/Examples/SampleApp/SampleAppTests/SampleAppTests.m @@ -58,7 +58,7 @@ } XCTAssertNil(redboxError, @"RedBox error: %@", redboxError); - XCTAssertTrue(foundElement, @"Cound't find element with text '%@' in %d seconds", TEXT_TO_LOOK_FOR, TIMEOUT_SECONDS); + XCTAssertTrue(foundElement, @"Couldn't find element with text '%@' in %d seconds", TEXT_TO_LOOK_FOR, TIMEOUT_SECONDS); } diff --git a/Examples/UIExplorer/UIExplorerTests/UIExplorerTests.m b/Examples/UIExplorer/UIExplorerTests/UIExplorerTests.m index 1e2c7311f..d48b25ddf 100644 --- a/Examples/UIExplorer/UIExplorerTests/UIExplorerTests.m +++ b/Examples/UIExplorer/UIExplorerTests/UIExplorerTests.m @@ -85,7 +85,7 @@ } XCTAssertNil(redboxError, @"RedBox error: %@", redboxError); - XCTAssertTrue(foundElement, @"Cound't find element with '' text in %d seconds", TIMEOUT_SECONDS); + XCTAssertTrue(foundElement, @"Couldn't find element with '' text in %d seconds", TIMEOUT_SECONDS); } #define RCT_SNAPSHOT_TEST(name, reRecord) \