Bump number of expected licences to 15 due to the imported accessiblity

code
This commit is contained in:
George Wright 2020-12-15 16:40:09 -08:00 committed by George Wright
parent 995fa5904a
commit 687e767ffb

View File

@ -122,7 +122,7 @@ function verify_licenses() (
local actualLicenseCount
actualLicenseCount="$(tail -n 1 flutter/ci/licenses_golden/licenses_flutter | tr -dc '0-9')"
local expectedLicenseCount=2 # When changing this number: Update the error message below as well describing all expected license types.
local expectedLicenseCount=15 # When changing this number: Update the error message below as well describing all expected license types.
if [[ $actualLicenseCount -ne $expectedLicenseCount ]]; then
echo "=============================== ERROR ==============================="