Skip to content

Commit

Permalink
💄 Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
fcurella committed Sep 4, 2024
1 parent 35e1c41 commit a676f0c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/providers/test_lorem.py
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,4 @@ def test_words(self, faker, num_samples):
num_words = 5
for _ in range(num_samples):
words = faker.words(num_words)
assert all(
isinstance(word, str) and word in ItItLoremProvider.word_list
for word in words
)
assert all(isinstance(word, str) and word in ItItLoremProvider.word_list for word in words)

0 comments on commit a676f0c

Please sign in to comment.