Skip to content

Commit

Permalink
Migrate more mid-level deps away from powermock
Browse files Browse the repository at this point in the history
Reviewed By: cpepin

Differential Revision: D69595761

fbshipit-source-id: 8137262d4fc6b8799eaeaf3ce08b4d20afc258f9
  • Loading branch information
Trevor Masters authored and facebook-github-bot committed Feb 13, 2025
1 parent cc4d169 commit 8adef9e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

package com.facebook.drawee.drawable;

import static org.mockito.Matchers.any;
import static org.mockito.Matchers.anyBoolean;
import static org.mockito.Matchers.anyInt;
import static org.mockito.ArgumentMatchers.any;
import static org.mockito.ArgumentMatchers.anyBoolean;
import static org.mockito.ArgumentMatchers.anyInt;
import static org.mockito.Mockito.doAnswer;
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.when;
Expand Down

0 comments on commit 8adef9e

Please sign in to comment.