Skip to content

Commit 8767b88

Browse files
fix: dart format
1 parent 46cc570 commit 8767b88

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
name: Run E2E Tests
194194
no_output_timeout: 30m
195195
working_directory: example
196-
command: patrol test -t integration_test/
196+
command: patrol test -t integration_test/ --verbose
197197
format_flutter:
198198
executor:
199199
name: android/android-machine

example/android/app/src/androidTest/java/com/instabug/flutter/example/MainActivityTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
import androidx.test.platform.app.InstrumentationRegistry;
44

5-
import com.example.InstabugSample.MainActivity;
6-
75
import org.junit.Test;
86
import org.junit.runner.RunWith;
97
import org.junit.runners.Parameterized;

0 commit comments

Comments
 (0)