Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit b5ee509

Browse files
committed
Make test failed
1 parent df8219e commit b5ee509

File tree

1 file changed

+1
-1
lines changed
  • testing/scenario_app/android/app/src/androidTest/java/dev/flutter/scenariosui

1 file changed

+1
-1
lines changed

testing/scenario_app/android/app/src/androidTest/java/dev/flutter/scenariosui/GetBitmapTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ public void getBitmap() throws Exception {
3333
Bitmap bitmap = activity.getBitmap();
3434

3535
assertEquals(bitmap.getPixel(10, 10), 0xFFFF0000);
36-
assertEquals(bitmap.getPixel(210, 210), 0xFF0000FF);
36+
assertEquals(bitmap.getPixel(10, 10), 0xFF0000FF);
3737
}
3838
}

0 commit comments

Comments
 (0)