Skip to content

Commit ae2b35a

Browse files
committed
Update the pipeline and fix the test
Signed-off-by: ziad hany <ziadhany2016@gmail.com>
1 parent 184aee8 commit ae2b35a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vulnerabilities/tests/pipelines/v2_improvers/test_collect_commits_v2.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ def test_collect_fix_commits_pipeline_creates_entry():
7070
pipeline.collect_and_store_fix_commits()
7171

7272
package_commit_patch = PackageCommitPatch.objects.all()
73+
7374
assert package_commit_patch.count() == 1
7475
fix = package_commit_patch.first()
7576
assert fix.commit_hash == "6bd301819f8f69331a55ae2336c8b111fc933f3d"

0 commit comments

Comments
 (0)