8000 Rename check_pytorch_download_v1 · Allstreamer/rust-pip@052c987 · GitHub
[go: up one dir, main page]

Skip to content

Commit 052c987

Browse files
committed
Rename check_pytorch_download_v1
- Renamed check_pytorch_download_v1 to check_numpy_download_name_v1
1 parent 85de44b commit 052c987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pypi.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ mod tests {
6464
}
6565

6666
#[test]
67-
fn check_pytorch_download_v1() {
67+
fn check_numpy_download_name_v1() {
6868
let data = request_package_info("numpy", "https://pypi.org/").unwrap();
6969

7070
assert_eq!(

0 commit comments

Comments
 (0)
0