We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 006dafc commit dcb5960Copy full SHA for dcb5960
1 file changed
java-spanner-jdbc/src/test/java/com/google/cloud/spanner/jdbc/JdbcDriverTest.java
@@ -227,7 +227,7 @@ public void testAcceptsURL() throws SQLException {
227
}
228
229
@Test
230
- public void testJdbcExternalHostFormat() {
+ public void testJdbcSpannerOmniFormat() {
231
Matcher matcherWithoutInstance =
232
SPANNER_OMNI_URL_PATTERN.matcher("jdbc:cloudspanner://localhost:15000/databases/test-db");
233
assertTrue(matcherWithoutInstance.matches());
0 commit comments