Fix TEST (rpc, bootstrap_status) (#4909)

This commit is contained in:
Piotr Wójcik 2025-05-21 15:13:35 +02:00 committed by GitHub
commit 47121e08a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7108,5 +7108,5 @@ TEST (rpc, bootstrap_status)
auto response = wait_response (system, rpc_ctx, request);
ASSERT_GT (response.get<int> ("priorities"), 0);
ASSERT_EQ (response.get<int> ("blocking"), 0);
ASSERT_GE (response.get<int> ("blocking"), 0);
}