This commit is contained in:
Ciro Spaciari
2025-09-09 22:22:39 -07:00
parent 32d5797866
commit e557195dde

View File

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