remove duplicated entry (#51880)

This commit is contained in:
Alexandre Ardhuin 2020-03-04 08:10:33 +01:00 committed by GitHub
parent 0a84024b86
commit d8c0deb1b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -537,7 +537,6 @@ void main() {
await createTestCommandRunner(command).run(args);
expect(mockWebRunnerFactory._dartDefines, <String>['FOO=bar']);
}, overrides: <Type, Generator>{
DeviceManager: () => mockDeviceManager,
FeatureFlags: () => TestFeatureFlags(
isWebEnabled: true,
),