Skip to content

Commit

Permalink
add workaround in tests for BABEL-5601
Browse files Browse the repository at this point in the history
Signed-off-by: Tanzeel Khan <[email protected]>
  • Loading branch information
tanscorpio7 committed Feb 5, 2025
1 parent 0bcd5b0 commit 2c6dc52
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
-- tsql
USE babel_5448_db
GO
DROP PROC dbo.babel_5448_p1, babel_5448_s1.babel_5448_p1, babel_5448_user_default_schema.babel_5448_p1
GO
USE master
GO
DROP DATABASE babel_5448_db
GO

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
-- tsql
USE babel_5448_db
GO
DROP PROC dbo.babel_5448_p1, babel_5448_s1.babel_5448_p1, babel_5448_user_default_schema.babel_5448_p1
GO
USE master
GO
DROP DATABASE babel_5448_db
GO

Expand Down

0 comments on commit 2c6dc52

Please sign in to comment.