We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64a19a0 commit 1313b0dCopy full SHA for 1313b0d
1 file changed
example/ios/ExampleTests/DevSupportTests.m
@@ -9,10 +9,10 @@ @implementation DevSupportTests
9
10
- (void)testDevSupportIsLinked
11
{
12
- XCTAssertNotNil(ReactTestAppDidInitializeNotification);
13
- XCTAssertNotNil(ReactTestAppWillInitializeReactNativeNotification);
14
- XCTAssertNotNil(ReactTestAppDidInitializeReactNativeNotification);
15
- XCTAssertNotNil(ReactTestAppSceneDidOpenURLNotification);
+ XCTAssertNotNil(ReactAppDidInitializeNotification);
+ XCTAssertNotNil(ReactAppWillInitializeReactNativeNotification);
+ XCTAssertNotNil(ReactAppDidInitializeReactNativeNotification);
+ XCTAssertNotNil(ReactAppSceneDidOpenURLNotification);
16
}
17
18
@end
0 commit comments