react-native-cli: fix test (#41651)
This commit is contained in:
parent
d426c4d7f6
commit
2e617ced52
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class ReactNativeCli < Formula
|
|||
end
|
||||
|
||||
test do
|
||||
output = shell_output("#{bin}/react-native init test")
|
||||
output = shell_output("#{bin}/react-native init test --version=react-native@0.59.x")
|
||||
assert_match "Run instructions for Android", output
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue