File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ export function testAndroidApplicationInitialized() {
41
41
TKUnit . assert ( app . android , "Android application not initialized." ) ;
42
42
TKUnit . assert ( app . android . context , "Android context not initialized." ) ;
43
43
TKUnit . assert ( app . android . foregroundActivity , "Android foregroundActivity not initialized." ) ;
44
- TKUnit . assert ( app . android . foregroundActivity . isNativeScriptActivity , "Andorid foregroundActivity.isNativeScriptActivity is false." ) ;
44
+ TKUnit . assert ( app . android . foregroundActivity . isNativeScriptActivity , "Android foregroundActivity.isNativeScriptActivity is false." ) ;
45
45
TKUnit . assert ( app . android . startActivity , "Android startActivity not initialized." ) ;
46
46
TKUnit . assert ( app . android . nativeApp , "Android nativeApp not initialized." ) ;
47
47
TKUnit . assert ( app . android . orientation , "Android orientation not initialized." ) ;
You can’t perform that action at this time.
0 commit comments