mirror of
https://github.com/vacp2p/status-rln-prover.git
synced 2026-01-08 21:18:05 -05:00
feat: handle WaitUntilOutOfRange error, rename WaitUntilTooLow
This commit is contained in:
@@ -389,7 +389,7 @@ mod tests {
|
||||
let res = epoch_service.compute_wait_until(&now, &now);
|
||||
|
||||
// expect TooLow error
|
||||
assert!(matches!(res, Err(EpochServiceError::TooLow(_, _))));
|
||||
assert!(matches!(res, Err(EpochServiceError::WaitUntilTooLow(_, _))));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user