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

Commit 29cfc76c authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add RateLimitingCacheTest to Presubmit" into main

parents 9d346e55 d5848317
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 {