Skip to content

Commit 88494cd

Browse files
author
Natalia-Hristova
committed
Fix path to bindings file.
1 parent 5475c3a commit 88494cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/build/android/build_android_tests.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,8 @@ def test_440_binding_text_exists(self):
392392
Folder.move(copy, paste)
393393

394394
Tns.build_android(attributes={"--path": self.app_name})
395-
bindings_path = os.path.join(self.app_name, 'platforms', 'android', 'build-tools', 'sbg-bindings.txt')
395+
bindings_path = os.path.join(self.app_name, 'platforms', 'android', 'build-tools',
396+
'android-static-binding-generator', 'bindings.txt')
396397
binding = os.stat(bindings_path)
397398
assert binding.st_size > 15000
398399
print binding.st_size

0 commit comments

Comments
 (0)