Skip to content

Commit d19e2cc

Browse files
mdesmetebyhr
authored andcommitted
Remove obsolete TODO in test
1 parent a5ee23e commit d19e2cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_dbapi_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ def test_select_tpch_1000(trino_connection):
766766
def test_cancel_query(trino_connection):
767767
cur = trino_connection.cursor()
768768
cur.execute("SELECT * FROM tpch.sf1.customer")
769-
cur.fetchone() # TODO (https://github.com/trinodb/trino/issues/2683) test with and without .fetchone
769+
cur.fetchone()
770770
cur.cancel() # would raise an exception if cancel fails
771771

772772
cur = trino_connection.cursor()

0 commit comments

Comments
 (0)