Skip to content

Commit b932e4f

Browse files
Simplify one test
1 parent 2e638a0 commit b932e4f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Lib/test/test_sqlite3/test_dbapi.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -757,13 +757,11 @@ def test_execute_multiple_statements(self):
757757
"select 1; /**/a",
758758
"select 1; -",
759759
"select 1; /",
760+
"select 1; -\n- select 2",
760761
"""select 1;
761762
-- comment
762763
select 2
763764
""",
764-
"""select 1; -
765-
- select 2
766-
""",
767765
)
768766
for query in dataset:
769767
with self.subTest(query=query):

0 commit comments

Comments
 (0)