Skip to content

Commit

Permalink
Remove TODO note
Browse files Browse the repository at this point in the history
  • Loading branch information
kszucs committed Jun 3, 2021
1 parent 0d8ccbb commit 2fcaddc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/tests/test_sql.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ def ctx():


def test_no_table(ctx):
# TODO(kszucs): should raise a DataFusionError instead of plain Exeption
with pytest.raises(Exception, match="DataFusion error"):
ctx.sql("SELECT a FROM b").collect()

Expand Down

0 comments on commit 2fcaddc

Please sign in to comment.