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):
261261 def test_introduced_limit_two_linear (self ):
262262 """Ensures that multiple introduced commit in
263263 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 )
265265
266266 first = repo .add_empty_commit (
267267 vulnerability = TestRepository .VulnerabilityType .INTRODUCED )
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ def add_empty_commit(
7474 [self ._initial_commit ])
7575
7676 self .repo .branches .delete ('branch_temp' )
77- self .create_branch ('branch_{commit.hex}' , commit )
77+ self .create_branch (f 'branch_{ commit .hex } ' , commit )
7878
7979 else :
8080 self .repo .create_branch ('branch_temp' ,
You can’t perform that action at this time.
0 commit comments