Skip to content

Commit

Permalink
Error matching
Browse files Browse the repository at this point in the history
  • Loading branch information
pdet committed Jul 11, 2024
1 parent e59bf99 commit ab8b737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/python/test_substrait_from_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ def test_substrait_from_json(require):

# Test closed connection
connection.close()
with pytest.raises(duckdb.ConnectionException, match="Connection has already been closed"):
with pytest.raises(duckdb.ConnectionException, match="Connection"):
connection.from_substrait_json(query_json).fetchone()[0]

0 comments on commit ab8b737

Please sign in to comment.