Skip to content

Commit

Permalink
Remove dangling pdb comment
Browse files Browse the repository at this point in the history
Signed-off-by: Hritik Vijay <hritikxx8@gmail.com>
  • Loading branch information
Hritik14 committed Apr 1, 2021
1 parent c04b6c0 commit b0d39b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vulnerabilities/tests/test_mozilla.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ def test_import(self, _):
# with patch("vulnerabilities.importers.MozillaDataSource.set_api"):
# runner.run()
runner.run()
# pdb.set_trace()

assert models.Vulnerability.objects.count() == 9
assert models.VulnerabilityReference.objects.count() == 10
Expand Down

0 comments on commit b0d39b2

Please sign in to comment.