mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-18 15:55:05 +00:00
Merge pull request #2294 from charmander/test-fixes
Fix most SSL negotiation packet tests being ignored
This commit is contained in:
commit
316bec3b43
@ -58,8 +58,7 @@ var SSLNegotiationPacketTests = [
|
||||
},
|
||||
]
|
||||
|
||||
for (var i = 0; i < SSLNegotiationPacketTests.length; i++) {
|
||||
var tc = SSLNegotiationPacketTests[i]
|
||||
for (const tc of SSLNegotiationPacketTests) {
|
||||
suite.test(tc.testName, function (done) {
|
||||
// our fake postgres server
|
||||
var socket
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user