Skip to content

Commit

Permalink
fix broken unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
arthuredelstein committed Jan 4, 2023
1 parent b652d24 commit b41aa69
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
import org.junit.Test;
import org.junit.runner.RunWith;

import org.chromium.base.test.util.Batch;
import org.chromium.chrome.R;
import org.chromium.chrome.browser.prefetch.settings.PreloadPagesSettingsBridge;
import org.chromium.chrome.browser.prefetch.settings.PreloadPagesState;
Expand All @@ -32,7 +31,6 @@

// Checks if changes have been made to the Chromium privacy settings
@RunWith(ChromeJUnit4ClassRunner.class)
@Batch(Batch.UNIT_TESTS)
public class BravePrivacySettingsTest {
// Chromium Prefs that are being checked
private static final String PREF_CAN_MAKE_PAYMENT = "can_make_payment";
Expand All @@ -48,7 +46,7 @@ public class BravePrivacySettingsTest {
private static final String PREF_INCOGNITO_LOCK = "incognito_lock";
private static final String PREF_PHONE_AS_A_SECURITY_KEY = "phone_as_a_security_key";

private static int BRAVE_PRIVACY_SETTINGS_NUMBER_OF_ITEMS = 22;
private static int BRAVE_PRIVACY_SETTINGS_NUMBER_OF_ITEMS = 23;

private int mItemsLeft;

Expand Down

0 comments on commit b41aa69

Please sign in to comment.