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 @@ -43,7 +43,7 @@ export var testAndroidApplicationInitialized = function () {
4343 TKUnit . assert ( app . android . context , "Android context not initialized." ) ;
4444 TKUnit . assert ( app . android . currentContext , "Android currentContext not initialized." ) ;
4545 TKUnit . assert ( app . android . foregroundActivity , "Android foregroundActivity not initialized." ) ;
46- TKUnit . assert ( app . android . foregroundActivity . isNativeScriptActivity , "Andorid foregroundActivity.isNativeScriptActivity is true" ) ;
46+ TKUnit . assert ( app . android . foregroundActivity . isNativeScriptActivity , "Android foregroundActivity.isNativeScriptActivity is true" ) ;
4747 TKUnit . assert ( app . android . startActivity , "Android startActivity not initialized." ) ;
4848 TKUnit . assert ( app . android . nativeApp , "Android nativeApp not initialized." ) ;
4949 TKUnit . assert ( app . android . packageName , "Android packageName not initialized." ) ;
You can’t perform that action at this time.
0 commit comments