Skip to content

Commit

Permalink
fix(tap-suiteql): Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcos314 committed Oct 19, 2023
1 parent 44b50b1 commit 2f17f9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tap_suiteql/tests/test_query_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,5 +143,4 @@ def test_sql_builder_with_filter():
order by col_id""" # noqa:E501

query = QueryBuilder(DummyStreamWithFilter).query()
print(query)
assert expected == query

0 comments on commit 2f17f9f

Please sign in to comment.