Skip to content

Commit 6cd1d79

Browse files
authored
chore: add junit imports and annotations for RefreshAheadStrategyTest class (#2196)
1 parent 237ebe5 commit 6cd1d79

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

core/src/test/java/com/google/cloud/sql/core/RefreshAheadStrategyTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@
3030
import org.junit.After;
3131
import org.junit.Before;
3232
import org.junit.Test;
33+
import org.junit.runner.RunWith;
34+
import org.junit.runners.JUnit4;
3335

36+
@RunWith(JUnit4.class)
3437
public class RefreshAheadStrategyTest {
3538

3639
public static final long TEST_TIMEOUT_MS = 3000;

0 commit comments

Comments
 (0)