Skip to content

Commit

Permalink
client/escape-tests: remove unused function (#3244)
Browse files Browse the repository at this point in the history
Co-authored-by: alxndrsn <alxndrsn>
  • Loading branch information
alxndrsn authored Jun 5, 2024
1 parent cd73e9b commit e4cb1cd
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/pg/test/unit/client/escape-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e4cb1cd

Please sign in to comment.