mirror of
https://github.com/oven-sh/bun
synced 2026-02-12 20:09:04 +00:00
opsie
This commit is contained in:
@@ -882,7 +882,7 @@ if (docker) {
|
||||
} catch (e) {
|
||||
expect(e).toBeInstanceOf(Error);
|
||||
expect(e.code).toBe("ERR_MYSQL_CONNECTION_TIMEOUT");
|
||||
expect(e.message).toMatch(/Connection timeut after 200ms/);
|
||||
expect(e.message).toMatch(/Connection timeout after 200ms/);
|
||||
} finally {
|
||||
sql.close();
|
||||
server.close();
|
||||
|
||||
Reference in New Issue
Block a user