tests: replace BuildStatus::Completed with BuildStatus::Succeeded

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Ia12f816c203d6ce51485788d0414894f6a6a6964
This commit is contained in:
raf 2026-02-16 13:01:57 +03:00
commit f6fcf49aa7
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
3 changed files with 10 additions and 10 deletions

View file

@ -153,7 +153,7 @@ async fn test_build_search_with_filters() {
repo::builds::complete(
&pool,
build1.id,
BuildStatus::Completed,
BuildStatus::Succeeded,
None,
None,
None,