Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
autoformat
  • Loading branch information
xster committed Aug 28, 2020
commit d7cc97edfa9abf72df81d5620998529303ae00e9
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

package io.flutter;


import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public void itCanUseFlutterLoaderInjectionViaFlutterInjector() {
FlutterInjector.reset();
FlutterLoader mockFlutterLoader = mock(FlutterLoader.class);
FlutterInjector.setInstance(
new FlutterInjector.Builder().setFlutterLoader(mockFlutterLoader).build());
new FlutterInjector.Builder().setFlutterLoader(mockFlutterLoader).build());
Context mockContext = mock(Context.class);

new FlutterEngine(mockContext, null, flutterJNI);
Expand Down