Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Jun 21, 2023
1 parent 7b7e071 commit 61781dc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/faker_file/tests/test_providers.py
Original file line number Diff line number Diff line change
Expand Up @@ -648,9 +648,8 @@ class ProvidersTestCase(unittest.TestCase):
[
(pdf_pdfkit_add_table, {}),
(pdf_pdfkit_add_page_break, {}),
(pdf_pdfkit_add_picture, {})(
pdf_pdfkit_add_page_break, {}
),
(pdf_pdfkit_add_picture, {}),
(pdf_pdfkit_add_page_break, {}),
(pdf_pdfkit_add_paragraph, {}),
]
),
Expand Down

0 comments on commit 61781dc

Please sign in to comment.