Skip to content

Commit 20bf8f1

Browse files
authored
Merge branch 'master' into fix-config-validation-when-using-connector-factory-method
2 parents c9077e8 + 07cac40 commit 20bf8f1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/integration/parameterised-statements-test.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1003,7 +1003,6 @@ describe('Parameterised Statements Test', function() {
10031003
async.series([
10041004
(next) => {
10051005
connection.execSqlBatch(new Request(`
1006-
USE tempdb;
10071006
BEGIN TRY
10081007
DROP TYPE TediousTestType
10091008
END TRY
@@ -1013,7 +1012,6 @@ describe('Parameterised Statements Test', function() {
10131012
},
10141013
(next) => {
10151014
connection.execSqlBatch(new Request(`
1016-
USE tempdb;
10171015
CREATE TYPE TediousTestType AS TABLE (
10181016
a bit,
10191017
b tinyint,

0 commit comments

Comments
 (0)