Skip to content

Commit

Permalink
Add empty line in automatic_fields test
Browse files Browse the repository at this point in the history
  • Loading branch information
prijendev authored Jan 21, 2025
1 parent 8cae4f4 commit 38c5d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pipedrive_automatic_fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ def test_run(self):
msg='JIRA ticket has moved to done, re-add the assertion for deals stream')
if stream != "deals":
self.assertCountEqual(records_pks_list, set(records_pks_list),
msg="We have duplicate records for {}".format(stream))
msg="We have duplicate records for {}".format(stream))

0 comments on commit 38c5d50

Please sign in to comment.