Merge "Reset factory of TaskPositioner in test"

This commit is contained in:
Riddle Hsu
2022-10-19 03:42:12 +00:00
committed by Android (Google) Code Review

View File

@@ -88,7 +88,7 @@ public class TaskPositionerTests extends WindowTestsBase {
@After
public void tearDown() {
mPositioner = null;
TaskPositioner.setFactory(null);
}
@Test