Skip to content

Commit

Permalink
vesting lints
Browse files Browse the repository at this point in the history
  • Loading branch information
gangov committed Dec 2, 2024
1 parent 84ff7d6 commit b66b2b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/vesting/src/tests/setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use crate::{
};

pub fn instantiate_vesting_client(env: &Env) -> VestingClient {
VestingClient::new(env, &env.register_contract(None, Vesting {}))
VestingClient::new(env, &env.register(Vesting, ()))
}

pub fn deploy_token_contract<'a>(env: &Env, admin: &Address) -> token_contract::Client<'a> {
Expand Down

0 comments on commit b66b2b4

Please sign in to comment.