Skip to content

Commit d0e2993

Browse files
Copilotllali
andcommitted
Remove ErrorTest80 call from ParserErrorsTests as requested
Co-authored-by: llali <17187348+llali@users.noreply.github.com>
1 parent 50a1bff commit d0e2993

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Test/SqlDom/ParserErrorsTests.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4406,8 +4406,6 @@ public void CreateJsonIndexStatementErrorTest()
44064406
new ParserErrorInfo(7, "SQL46010", "JSON"));
44074407
ParserTestUtils.ErrorTest110("CREATE JSON INDEX idx1 ON table1 (jsonColumn)",
44084408
new ParserErrorInfo(7, "SQL46010", "JSON"));
4409-
ParserTestUtils.ErrorTest80("CREATE JSON INDEX idx1 ON table1 (jsonColumn)",
4410-
new ParserErrorInfo(7, "SQL46010", "JSON"));
44114409

44124410
// JSON Index with FOR clause in older versions
44134411
ParserTestUtils.ErrorTest160("CREATE JSON INDEX idx1 ON table1 (jsonColumn) FOR ('$.name')",

0 commit comments

Comments
 (0)