Skip to content

Commit 4fee058

Browse files
committed
ref(vcs): Make extract_pr_base_sha_from_event like extract_pr_head_sha_from_event
1 parent 8c6e63e commit 4fee058

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utils/vcs.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1598,7 +1598,6 @@ mod tests {
15981598
}"#;
15991599

16001600
assert_eq!(extract_pr_head_sha_from_event(push_json), None);
1601-
16021601
let malformed_json = r#"{
16031602
"pull_request": {
16041603
"id": 789,

0 commit comments

Comments
 (0)