test: fix tests

This commit is contained in:
ThetaDev 2025-01-16 01:01:00 +01:00
parent d5abee2753
commit 47424b9681
No known key found for this signature in database
GPG key ID: E319D3C5148D65B6

View file

@ -999,7 +999,7 @@ async fn channel_search(rp: RustyPipe) {
.unwrap();
assert_channel_eevblog(&channel);
assert_next(channel.content, rp.query(), 18, 2, true).await;
assert_next(channel.content, rp.query(), 15, 2, true).await;
}
fn assert_channel_eevblog<T>(channel: &Channel<T>) {