We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c549455 commit c6a8a83Copy full SHA for c6a8a83
src/controllers/krate/delete.rs
@@ -182,7 +182,7 @@ mod tests {
182
183
publish_crate(&user, "foo").await;
184
let crate_id = adjust_creation_date(&mut conn, "foo", 73).await?;
185
- adjust_downloads(&mut conn, crate_id, 100).await?;
+ adjust_downloads(&mut conn, crate_id, DOWNLOADS_PER_MONTH_LIMIT).await?;
186
187
assert_crate_exists(&anon, "foo", true).await;
188
assert!(upstream.crate_exists("foo")?);
0 commit comments