Skip to content

Commit 5cd07f6

Browse files
committed
tests/routes/crates/list: Tests for relevance sorting of items with same rank
1 parent c148e98 commit 5cd07f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/routes/crates/list.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ async fn index_sorting() -> anyhow::Result<()> {
308308
.await;
309309

310310
let krate3 = CrateBuilder::new("baz_sort", user.id)
311-
.description("foo_sort bar_sort foo_sort bar_sort foo_sort bar_sort const")
311+
.description("foo_sort bar_sort foo_sort bar_sort bar_sort const")
312312
.downloads(100_000)
313313
.recent_downloads(50)
314314
.expect_build(&mut conn)

0 commit comments

Comments
 (0)