Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
eddumelendez authored Nov 19, 2024
2 parents 20ff3a0 + c01fc1b commit e391930
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class CockroachDBJDBCDriverTest extends AbstractJDBCDriverTest {
public static Iterable<Object[]> data() {
return Arrays.asList(
new Object[][] { //
{ "jdbc:tc:cockroach://hostname/databasename", EnumSet.noneOf(Options.class) },
{ "jdbc:tc:cockroach:v21.2.17://hostname/databasename", EnumSet.noneOf(Options.class) },
}
);
}
Expand Down

0 comments on commit e391930

Please sign in to comment.