fix tests

This commit is contained in:
Nikita Vilunov 2024-06-01 13:20:59 +02:00
parent 0554f3635a
commit 03add62d3b
1 changed files with 1 additions and 1 deletions

View File

@ -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(())
}
}