Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Schmidt committed Jan 24, 2024
1 parent a143135 commit f38e59f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sql_mock/clickhouse/test_table_mocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ def test_get_results(mocker):
result = instance._get_results(query=query)

assert result == mock_query_result
mock_client.return_value.__enter__.return_value.query.assert_called_once_with(query)
mock_client.return_value.__enter__.return_value.query.assert_called_once_with(query, use_none=True)

0 comments on commit f38e59f

Please sign in to comment.