Skip to content

Commit

Permalink
upd id counter
Browse files Browse the repository at this point in the history
  • Loading branch information
babenek committed Sep 21, 2023
1 parent c690477 commit cf28840
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion credsweeper/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
'__version__'
]

__version__ = "1.5.5.20230917"
__version__ = "1.5.5.20230921"
2 changes: 1 addition & 1 deletion tests/test_doc.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ def test_id_passwd_pair_p(self) -> None:
content_provider: FilesProvider = TextProvider([SAMPLES_PATH / "doc_id_passwd_pair"])
self.cred_sweeper.run(content_provider=content_provider)
found_credentials = self.cred_sweeper.credential_manager.get_credentials()
self.assertEqual(50, len(found_credentials), found_credentials)
self.assertEqual(51, len(found_credentials), found_credentials)

# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #

0 comments on commit cf28840

Please sign in to comment.