mirror of
https://github.com/oven-sh/bun
synced 2026-02-15 21:32:05 +00:00
refactor(MySQL) (#22619)
### What does this PR do? ### How did you verify your code works? --------- Co-authored-by: Jarred Sumner <jarred@jarredsumner.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
@@ -2685,7 +2685,7 @@ if (isDockerEnabled()) {
|
||||
expect(e).toBeInstanceOf(SQL.SQLError);
|
||||
expect(e).toBeInstanceOf(SQL.PostgresError);
|
||||
expect(e.code).toBe("ERR_POSTGRES_CONNECTION_TIMEOUT");
|
||||
expect(e.message).toMatch(/Connection timed out after 200ms/);
|
||||
expect(e.message).toMatch(/Connection timeout after 200ms/);
|
||||
} finally {
|
||||
sql.close();
|
||||
server.close();
|
||||
|
||||
Reference in New Issue
Block a user