test: fix tests
This commit is contained in:
parent
414f0b97c9
commit
cdd39dfe7a
1 changed files with 1 additions and 1 deletions
|
|
@ -999,7 +999,7 @@ async fn channel_search(rp: RustyPipe) {
|
||||||
.unwrap();
|
.unwrap();
|
||||||
|
|
||||||
assert_channel_eevblog(&channel);
|
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>) {
|
fn assert_channel_eevblog<T>(channel: &Channel<T>) {
|
||||||
|
|
|
||||||
Reference in a new issue