Skip to content

Commit

Permalink
Don't need to include unused 'question' arg in test
Browse files Browse the repository at this point in the history
  • Loading branch information
parkervg committed Oct 22, 2024
1 parent e81db31 commit e67217b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_single_table_blendsql.py
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,6 @@ def test_query_options_arg(db, dummy_ingredients):
blendsql = """
{{
select_first_option(
'I hope this test works',
(SELECT * FROM transactions),
options=(SELECT DISTINCT merchant FROM transactions WHERE merchant = 'Paypal')
)
Expand Down

0 comments on commit e67217b

Please sign in to comment.