mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
fix test
This commit is contained in:
@@ -880,7 +880,7 @@ if (docker) {
|
||||
} catch (e) {
|
||||
expect(e).toBeInstanceOf(Error);
|
||||
expect(e.code).toBe("ERR_MYSQL_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