mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
[flutter_tools] fix typo in test code (#61548)
This commit is contained in:
parent
26a5f5c3d6
commit
b010f78e3a
@ -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],
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user