We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb75c92 commit f38d0f9Copy full SHA for f38d0f9
vesting/tests/vesting_tests.move
@@ -26,7 +26,7 @@ module 0xb35962eed27b9a272d82673f2b7a99e7257b7b1a9af02c1a09143dacbaf498bd::vesti
26
// Негатив: клеймит не бенефициар -> E_NOT_BENEFICIARY = 4
27
#[test(admin = @0xA, ben = @0xB)]
28
#[expected_failure(abort_code = 4, location = Vesting::vesting)]
29
- public entry fun test_wrong_beneficiary_fails(admin: &signer, ben: &signer) {
+ public entry fun test_wrong_beneficiary_fails(admin: &signer, _ben: &signer) {
30
let admin_addr = @0xA;
31
let ben_addr = @0xB;
32
0 commit comments