diff --git a/contracts/vesting/src/vesting.rs b/contracts/vesting/src/vesting.rs index 0d423d0529..9760fe41e6 100644 --- a/contracts/vesting/src/vesting.rs +++ b/contracts/vesting/src/vesting.rs @@ -512,7 +512,7 @@ mod tests { } #[test] - fn test_toodelegations() { + fn test_delegations() { let mut deps = init_contract(); let env = mock_env();