Skip to content

Commit b348c21

Browse files
set version of plugin (#341)
1 parent a1af598 commit b348c21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cli/plugin/plugin_tests.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def test_410_plugin_remove_should_not_fail_if_plugin_name_has_dot_android(self):
111111
Test for issue https://github.com/NativeScript/nativescript-cli/issues/3451
112112
"""
113113
Tns.platform_remove(app_name=self.app_name, platform=Platform.ANDROID)
114-
Tns.plugin_add(plugin_name='nativescript-socket.io', path=self.app_name)
114+
Tns.plugin_add(plugin_name='nativescript-socket.io@0.10.1', path=self.app_name)
115115
assert Folder.exists(os.path.join(self.app_path, 'node_modules', 'nativescript-socket.io'))
116116
result = Tns.plugin_remove(plugin_name='nativescript-socket.io', path=self.app_name, log_trace=True)
117117
assert 'Successfully removed plugin nativescript-socket.io' in result.output

0 commit comments

Comments
 (0)