This commit is contained in:
Ciro Spaciari
2025-09-09 15:04:28 -07:00
parent b3d46fa99a
commit 173309ba95

View File

@@ -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();