We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 237ebe5 commit 6cd1d79Copy full SHA for 6cd1d79
1 file changed
core/src/test/java/com/google/cloud/sql/core/RefreshAheadStrategyTest.java
@@ -30,7 +30,10 @@
30
import org.junit.After;
31
import org.junit.Before;
32
import org.junit.Test;
33
+import org.junit.runner.RunWith;
34
+import org.junit.runners.JUnit4;
35
36
+@RunWith(JUnit4.class)
37
public class RefreshAheadStrategyTest {
38
39
public static final long TEST_TIMEOUT_MS = 3000;
0 commit comments