Skip to content

Commit dcb5960

Browse files
committed
refactor test method name
1 parent 006dafc commit dcb5960

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java-spanner-jdbc/src/test/java/com/google/cloud/spanner/jdbc/JdbcDriverTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ public void testAcceptsURL() throws SQLException {
227227
}
228228

229229
@Test
230-
public void testJdbcExternalHostFormat() {
230+
public void testJdbcSpannerOmniFormat() {
231231
Matcher matcherWithoutInstance =
232232
SPANNER_OMNI_URL_PATTERN.matcher("jdbc:cloudspanner://localhost:15000/databases/test-db");
233233
assertTrue(matcherWithoutInstance.matches());

0 commit comments

Comments
 (0)