clean project

This commit is contained in:
mpostma 2021-03-12 14:57:24 +01:00
parent c4846dafca
commit 2ee2e6a9b2
No known key found for this signature in database
GPG key ID: CBC8A7C1D7A28C3A
9 changed files with 0 additions and 970 deletions

View file

@ -46,7 +46,6 @@ async fn list_no_updates() {
let index = server.index("test");
index.create(None).await;
let (response, code) = index.list_updates().await;
println!("response: {}", response);
assert_eq!(code, 200);
assert!(response.as_array().unwrap().is_empty());
}