Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d5848317 authored by Shai Barack's avatar Shai Barack
Browse files

Add RateLimitingCacheTest to Presubmit

Change-Id: I706bea46bbd4f6015b2c44260ea658c7fd4472f6
parent e50accd4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@ import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail;

import android.os.SystemClock;
import android.platform.test.annotations.Presubmit;

import androidx.test.runner.AndroidJUnit4;

@@ -34,6 +35,7 @@ import org.junit.runner.RunWith;
/**
 * Test the RateLimitingCache class.
 */
@Presubmit
@RunWith(AndroidJUnit4.class)
public class RateLimitingCacheTest {