Skip to content

Commit

Permalink
Updated driver version test
Browse files Browse the repository at this point in the history
  • Loading branch information
tkyc committed Mar 4, 2025
1 parent 0ce7453 commit bc18b69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

@RunWith(JUnitPlatform.class)
public class BvtTest extends AbstractTest {
private static String driverNamePattern = "Microsoft JDBC Driver \\d+.\\d for SQL Server";
private static String driverNamePattern = "Microsoft JDBC Driver \\d+.\\d+ for SQL Server";
static DBTable table1;
static DBTable table2;

Expand Down

0 comments on commit bc18b69

Please sign in to comment.