Skip to content

Commit b6cfdac

Browse files
Aurélien PominiGerrit Code Review
authored andcommitted
Merge "Improve test invokeOnColorsChangedListenerTest_clearLock" into android14-tests-dev
2 parents 6ae630b + 1c9d86c commit b6cfdac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/app/WallpaperTest/src/android/app/cts/wallpapers/WallpaperManagerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1619,7 +1619,7 @@ private void verifyColorListenerInvoked(int which, int whichExpected) {
16191619
* @param which FLAG_LOCK, FLAG_SYSTEM or a combination of both.
16201620
*/
16211621
private void verifyColorListenerInvokedClearing(int which) {
1622-
ensureCleanState();
1622+
ensureCleanState(which);
16231623

16241624
final CountDownLatch latch = new CountDownLatch(1);
16251625

0 commit comments

Comments
 (0)