test(tier): fix uring test build fake peer (#5124)

Co-authored-by: heihutu <heihutu@gmail.com>
This commit is contained in:
houseme
2026-07-22 18:03:50 +08:00
committed by GitHub
parent 8b09634e62
commit cd9a2eecb1
+2 -2
View File
@@ -5811,8 +5811,8 @@ mod tests {
let calls = Arc::new(Mutex::new(Vec::new()));
let handle = TierConfigMgr::new();
let err = TIER_MUTATION_TEST_COMMIT_PEERS
.scope(vec![FakeTierMutationCommitPeer::boxed("peer-a", calls.clone(), Err(peer_error))], async {
let err = TIER_MUTATION_TEST_PEERS
.scope(vec![FakeTierMutationPeer::boxed("peer-a", calls.clone(), Err(peer_error))], async {
TierConfigMgr::reload_handle_with(&handle, store.clone()).await
})
.await