You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/pg/test/integration/gh-issues/787-tests.js
+1-2
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,7 @@ const pool = new helper.pg.Pool()
4
4
5
5
pool.connect(function(err,client){
6
6
varq={
7
-
name:
8
-
'This is a super long query name just so I can test that an error message is properly spit out to console.error without throwing an exception or anything',
7
+
name: 'This is a super long query name just so I can test that an error message is properly spit out to console.error without throwing an exception or anything',
0 commit comments