Unverified Commit d8c0deb1 authored by Alexandre Ardhuin's avatar Alexandre Ardhuin Committed by GitHub

remove duplicated entry (#51880)

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