Skip to content

Commit

Permalink
Use cockroachdb version in testcontainers jdbc url test
Browse files Browse the repository at this point in the history
  • Loading branch information
eddumelendez committed Nov 19, 2024
1 parent 0200a5d commit c01fc1b
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 c01fc1b

Please sign in to comment.