tests: decrease the number of expected featured apps #2358

Merged
merged 1 commit into from Nov 26, 2016
Jump to file or symbol
Failed to load files and symbols.
+2 −2
Split
@@ -11,8 +11,8 @@ execute: |
snap find
exit 1
fi
- if [ $(snap find | wc -l) -lt 3 ]; then
- echo "Found less than 3 featured apps, this seems bogus:"
+ if [ $(snap find | wc -l) -lt 2 ]; then
+ echo "Not found any featured app, this seems bogus:"
snap find
exit 1
fi