Skip to content

Commit f15edcf

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 1804266 commit f15edcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sde_collections/tests/test_sinequa_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ def test_get_full_texts_batch_size_reduction(self, mock_execute_sql, api_instanc
249249
]
250250

251251
batches = list(api_instance.get_full_texts("test_folder", batch_size=100, min_batch_size=1))
252-
records_batches = [batch[0] for batch in batches]
252+
records_batches = [batch[0] for batch in batches]
253253

254254
# Verify the batches were processed correctly after size reduction
255255
assert len(batches) == 1

0 commit comments

Comments
 (0)