Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
import org.mockito.MockitoAnnotations;

@RunWith(Parameterized.class)
public class SessionClientTest {
public class SessionClientTests {
private final class TestExecutorFactory implements ExecutorFactory<ScheduledExecutorService> {
@Override
public ScheduledExecutorService get() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
import org.junit.runners.JUnit4;

@RunWith(JUnit4.class)
public class DdlClientTest {
public class DdlClientTests {

private final String instanceId = "test-instance";
private final String databaseId = "test-database";
Expand Down