Skip to content

Commit c6a8a83

Browse files
Turbo87LawnGnome
andauthored
Update src/controllers/krate/delete.rs
Co-authored-by: Adam Harvey <adam@adamharvey.name>
1 parent c549455 commit c6a8a83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controllers/krate/delete.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ mod tests {
182182

183183
publish_crate(&user, "foo").await;
184184
let crate_id = adjust_creation_date(&mut conn, "foo", 73).await?;
185-
adjust_downloads(&mut conn, crate_id, 100).await?;
185+
adjust_downloads(&mut conn, crate_id, DOWNLOADS_PER_MONTH_LIMIT).await?;
186186

187187
assert_crate_exists(&anon, "foo", true).await;
188188
assert!(upstream.crate_exists("foo")?);

0 commit comments

Comments
 (0)