File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
crates/gitbutler-branch-actions/src Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1083,7 +1083,7 @@ mod test {
10831083 fn hard_reset_to_externally_amended_commit ( ) {
10841084 let test_repository = TestingRepository :: open ( ) ;
10851085
1086- let base_commit = dbg ! ( test_repository. commit_tree( None , & [ ] ) ) ;
1086+ let base_commit = test_repository. commit_tree ( None , & [ ] ) ;
10871087 let local_a = test_repository. commit_tree_with_message (
10881088 Some ( & base_commit) ,
10891089 "A" ,
@@ -1145,7 +1145,7 @@ mod test {
11451145 fn hard_reset_to_externally_removed_commit ( ) {
11461146 let test_repository = TestingRepository :: open ( ) ;
11471147
1148- let base_commit = dbg ! ( test_repository. commit_tree( None , & [ ] ) ) ;
1148+ let base_commit = test_repository. commit_tree ( None , & [ ] ) ;
11491149 let local_a = test_repository. commit_tree_with_message (
11501150 Some ( & base_commit) ,
11511151 "A" ,
@@ -1212,7 +1212,7 @@ mod test {
12121212 fn hard_reset_to_externally_amended_branch ( ) {
12131213 let test_repository = TestingRepository :: open ( ) ;
12141214
1215- let base_commit = dbg ! ( test_repository. commit_tree( None , & [ ] ) ) ;
1215+ let base_commit = test_repository. commit_tree ( None , & [ ] ) ;
12161216 let local_a = test_repository. commit_tree_with_message (
12171217 Some ( & base_commit) ,
12181218 "A" ,
You can’t perform that action at this time.
0 commit comments