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 () {
43
43
TKUnit . assert ( app . android . context , "Android context not initialized." ) ;
44
44
TKUnit . assert ( app . android . currentContext , "Android currentContext not initialized." ) ;
45
45
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" ) ;
47
47
TKUnit . assert ( app . android . startActivity , "Android startActivity not initialized." ) ;
48
48
TKUnit . assert ( app . android . nativeApp , "Android nativeApp not initialized." ) ;
49
49
TKUnit . assert ( app . android . packageName , "Android packageName not initialized." ) ;
You can’t perform that action at this time.
0 commit comments