Skip to content

Commit 2c86dce

Browse files
author
Miroslava Ivanova
committed
change test with androidTypings
1 parent 2e25297 commit 2c86dce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/build/android/build_android_tests.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ def test_441_android_typings(self):
369369
# Build with --androidTypings got nothing #3381
370370
Tns.run_tns_command("build android --androidTypings", attributes={"--path": self.app_name})
371371
assert File.exists(self.app_name + "/android.d.ts")
372-
assert File.exists(self.app_name + "/_helpers.d.ts")
372+
assert File.exists(self.app_name + "/android-declarations.d.ts")
373373

374374
def test_442_include_gradle_flavor(self):
375375
# https://github.com/NativeScript/android-runtime/pull/937

0 commit comments

Comments
 (0)