mirror of
https://github.com/Nutomic/ibis.git
synced 2024-11-22 09:01:09 +00:00
fix test
This commit is contained in:
parent
efebe765f8
commit
dd513a106d
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ async fn test_create_read_and_edit_local_article() -> MyResult<()> {
|
|||
only_local: Some(false),
|
||||
})
|
||||
.await?;
|
||||
assert_eq!(1, list_articles.len());
|
||||
assert_eq!(2, list_articles.len());
|
||||
assert_eq!(edit_res.article, list_articles[0]);
|
||||
|
||||
data.stop()
|
||||
|
|
Loading…
Reference in a new issue