mirror of
https://github.com/samsonjs/media.git
synced 2026-04-08 11:45:51 +00:00
Test: Make a method scope private.
For clarity. PiperOrigin-RevId: 589758781
This commit is contained in:
parent
b2a673d521
commit
1ebe099685
1 changed files with 1 additions and 1 deletions
|
|
@ -262,7 +262,7 @@ public final class TransformerSequenceEffectTest {
|
|||
.build();
|
||||
}
|
||||
|
||||
static void assertBitmapsMatchExpected(List<Bitmap> actualBitmaps, String testId)
|
||||
private static void assertBitmapsMatchExpected(List<Bitmap> actualBitmaps, String testId)
|
||||
throws IOException {
|
||||
for (int i = 0; i < actualBitmaps.size(); i++) {
|
||||
Bitmap actualBitmap = actualBitmaps.get(i);
|
||||
|
|
|
|||
Loading…
Reference in a new issue