Skip to content

Commit 13eeec4

Browse files
committed
Fix cicd warning
1 parent b12aba9 commit 13eeec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/dialects/test_tsql.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ def test_tsql(self):
457457
parse_one("SELECT begin", read="tsql")
458458

459459
self.validate_identity("CREATE PROCEDURE test(@v1 INTEGER = 1, @v2 CHAR(1) = 'c')")
460-
self.validate_identity("DECLARE @v1 AS INTEGER = 1, @v2 AS CHAR(1) = 'c')")
460+
self.validate_identity("DECLARE @v1 AS INTEGER = 1, @v2 AS CHAR(1) = 'c'")
461461

462462
for output in ("OUT", "OUTPUT", "READ_ONLY"):
463463
self.validate_identity(

0 commit comments

Comments
 (0)