Unverified Commit b010f78e authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

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

parent 26a5f5c3
...@@ -45,7 +45,7 @@ void main() { ...@@ -45,7 +45,7 @@ void main() {
expect(() => validateBuild( expect(() => validateBuild(
const AndroidBuildInfo( const AndroidBuildInfo(
// Nigger than maximum supported play store value // bigger than maximum supported play store value
BuildInfo(BuildMode.debug, '', treeShakeIcons: false, buildNumber: '2100000001'), BuildInfo(BuildMode.debug, '', treeShakeIcons: false, buildNumber: '2100000001'),
targetArchs: <AndroidArch>[AndroidArch.x86], targetArchs: <AndroidArch>[AndroidArch.x86],
), ),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment