Skip to content

Commit 5639f4d

Browse files
author
alxndrsn
committed
error-handling-tests: remove unused "CREATE TABLE"
This looks like it's a copy/paste from the previous test.
1 parent a24a24d commit 5639f4d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/pg/test/integration/client/error-handling-tests.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,6 @@ var ensureFuture = function (testClient, done) {
113113
suite.test('when query is parsing', (done) => {
114114
var client = createErorrClient()
115115

116-
var q = client.query({ text: 'CREATE TEMP TABLE boom(age integer); INSERT INTO boom (age) VALUES (28);' })
117-
118116
// this query wont parse since there isn't a table named bang
119117
var query = client.query(
120118
new pg.Query({

0 commit comments

Comments
 (0)