Skip to content

Commit bec709e

Browse files
committed
fix(vcs): Fix local find_base_sha test
1 parent 198d1ae commit bec709e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/vcs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1795,7 +1795,7 @@ mod tests {
17951795

17961796
// Test without GITHUB_EVENT_PATH
17971797
std::env::remove_var("GITHUB_EVENT_PATH");
1798-
let result = find_base_sha("origin");
1798+
let result = find_base_sha("no_such_remote");
17991799
assert!(result.is_err());
18001800
}
18011801
}

0 commit comments

Comments
 (0)