From abf97e7be8a3f68797a395f8e032fa2bc8a5408e Mon Sep 17 00:00:00 2001 From: Drazen Urch Date: Thu, 18 Nov 2021 11:17:11 +0100 Subject: [PATCH] Fix typo --- contracts/vesting/src/vesting.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();