We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c148e98 commit 5cd07f6Copy full SHA for 5cd07f6
src/tests/routes/crates/list.rs
@@ -308,7 +308,7 @@ async fn index_sorting() -> anyhow::Result<()> {
308
.await;
309
310
let krate3 = CrateBuilder::new("baz_sort", user.id)
311
- .description("foo_sort bar_sort foo_sort bar_sort foo_sort bar_sort const")
+ .description("foo_sort bar_sort foo_sort bar_sort bar_sort const")
312
.downloads(100_000)
313
.recent_downloads(50)
314
.expect_build(&mut conn)
0 commit comments