mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-18 15:55:05 +00:00
client/escape-tests: remove unused function (#3244)
Co-authored-by: alxndrsn <alxndrsn>
This commit is contained in:
parent
cd73e9bf86
commit
e4cb1cdc38
@ -2,13 +2,6 @@
|
||||
var helper = require('./test-helper')
|
||||
var utils = require('../../../lib/utils')
|
||||
|
||||
function createClient(callback) {
|
||||
var client = new Client(helper.config)
|
||||
client.connect(function (err) {
|
||||
return callback(client)
|
||||
})
|
||||
}
|
||||
|
||||
var testLit = function (testName, input, expected) {
|
||||
test(testName, function () {
|
||||
var client = new Client(helper.config)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user