Skip to content

Commit 73e3d7b

Browse files
committed
Fix MS SQL test
(cherry picked from commit f496766)
1 parent f80b257 commit 73e3d7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/sqlparser_mssql.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,8 @@ fn parse_create_procedure() {
173173
value: "test".into(),
174174
quote_style: None,
175175
span: Span::empty(),
176-
}])
176+
}]),
177+
language: None,
177178
}
178179
)
179180
}

0 commit comments

Comments
 (0)