[flutter_tools] fix typo in test code (#61548)

This commit is contained in:
Jonah Williams 2020-07-15 09:21:24 -07:00 committed by GitHub
parent 26a5f5c3d6
commit b010f78e3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ void main() {
expect(() => validateBuild(
const AndroidBuildInfo(
// Nigger than maximum supported play store value
// bigger than maximum supported play store value
BuildInfo(BuildMode.debug, '', treeShakeIcons: false, buildNumber: '2100000001'),
targetArchs: <AndroidArch>[AndroidArch.x86],
),