File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -261,7 +261,7 @@ def test_introduced_limit_merge(self):
261
261
def test_introduced_limit_two_linear (self ):
262
262
"""Ensures that multiple introduced commit in
263
263
the same branch are correctly handled, wrt limit."""
264
- repo = TestRepository ("test_introduced_limit_two_linear" , debug = True )
264
+ repo = TestRepository ("test_introduced_limit_two_linear" , debug = False )
265
265
266
266
first = repo .add_empty_commit (
267
267
vulnerability = TestRepository .VulnerabilityType .INTRODUCED )
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ def add_empty_commit(
74
74
[self ._initial_commit ])
75
75
76
76
self .repo .branches .delete ('branch_temp' )
77
- self .create_branch ('branch_{commit.hex}' , commit )
77
+ self .create_branch (f 'branch_{ commit .hex } ' , commit )
78
78
79
79
else :
80
80
self .repo .create_branch ('branch_temp' ,
You can’t perform that action at this time.
0 commit comments