Skip to content

Commit f38d0f9

Browse files
authored
Update vesting_tests.move
1 parent fb75c92 commit f38d0f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vesting/tests/vesting_tests.move

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module 0xb35962eed27b9a272d82673f2b7a99e7257b7b1a9af02c1a09143dacbaf498bd::vesti
2626
// Негатив: клеймит не бенефициар -> E_NOT_BENEFICIARY = 4
2727
#[test(admin = @0xA, ben = @0xB)]
2828
#[expected_failure(abort_code = 4, location = Vesting::vesting)]
29-
public entry fun test_wrong_beneficiary_fails(admin: &signer, ben: &signer) {
29+
public entry fun test_wrong_beneficiary_fails(admin: &signer, _ben: &signer) {
3030
let admin_addr = @0xA;
3131
let ben_addr = @0xB;
3232

0 commit comments

Comments
 (0)