Skip to content

Commit

Permalink
Merge branch 'master' into AddRedirectInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSun90 committed Jul 19, 2023
2 parents 6768cc9 + 07cac40 commit 87562c5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/integration/parameterised-statements-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,6 @@ describe('Parameterised Statements Test', function() {
async.series([
(next) => {
connection.execSqlBatch(new Request(`
USE tempdb;
BEGIN TRY
DROP TYPE TediousTestType
END TRY
Expand All @@ -1013,7 +1012,6 @@ describe('Parameterised Statements Test', function() {
},
(next) => {
connection.execSqlBatch(new Request(`
USE tempdb;
CREATE TYPE TediousTestType AS TABLE (
a bit,
b tinyint,
Expand Down

0 comments on commit 87562c5

Please sign in to comment.