Skip to content

Commit 22bbb0b

Browse files
committed
1 parent 9be643d commit 22bbb0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/build/android/prepare_android_tests.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def test_310_prepare_should_flatten_scoped_dependencies(self):
130130
assert File.exists(ng_path), "Scoped dependencies are flattened, please see #1783!"
131131

132132
def test_320_unmet_peer_dependencies_do_not_stop_prepare(self):
133-
Tns.create_app_ng(self.app_name, update_modules=False)
133+
Tns.create_app_ng(self.app_name, update_modules=True)
134134
# Cleanup node_modules and let CLI install npm dependencies
135135
Folder.cleanup(os.path.join(TEST_RUN_HOME, self.app_name, 'node_modules'))
136136
output = Tns.prepare_android(attributes={"--path": self.app_name})

0 commit comments

Comments
 (0)