Skip to content

Commit

Permalink
remove duplicated entry (#51880)
Browse files Browse the repository at this point in the history
  • Loading branch information
a14n committed Mar 4, 2020
1 parent 0a84024 commit d8c0deb
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -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,
),
Expand Down

0 comments on commit d8c0deb

Please sign in to comment.