forked from lavina/lavina
fix tests
This commit is contained in:
parent
0554f3635a
commit
03add62d3b
|
@ -95,7 +95,7 @@ impl<'a> TestScope<'a> {
|
|||
}
|
||||
|
||||
async fn expect_cap_ls(&mut self) -> Result<()> {
|
||||
self.expect(":testserver CAP * LS :sasl=PLAIN server-time").await?;
|
||||
self.expect(":testserver CAP * LS :sasl=PLAIN server-time draft/chathistory").await?;
|
||||
Ok(())
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue