Skip to content

Commit

Permalink
chore: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
brobro10000 committed May 13, 2024
1 parent 273ddb4 commit 9a85f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_enterprise/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -686,4 +686,4 @@ def test_batch_dict_multiple_batches(self, items_per_batch, generated_emails_cou
assert isinstance(fake_user_id_by_email_chunk, dict)
assert sum(
1 for _ in batch_dict(fake_user_ids_by_emails, items_per_batch)
) == math.ceil(generated_emails_count / items_per_batch )
) == math.ceil( generated_emails_count / items_per_batch )

0 comments on commit 9a85f73

Please sign in to comment.