tests: replace BuildStatus::Completed with BuildStatus::Succeeded
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Ia12f816c203d6ce51485788d0414894f6a6a6964
This commit is contained in:
parent
7378d618b1
commit
f6fcf49aa7
3 changed files with 10 additions and 10 deletions
|
|
@ -153,7 +153,7 @@ async fn test_build_search_with_filters() {
|
|||
repo::builds::complete(
|
||||
&pool,
|
||||
build1.id,
|
||||
BuildStatus::Completed,
|
||||
BuildStatus::Succeeded,
|
||||
None,
|
||||
None,
|
||||
None,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue