Skip to content

Commit

Permalink
second: second commit for git
Browse files Browse the repository at this point in the history
  • Loading branch information
sagars committed Oct 21, 2024
1 parent 58ef3ef commit a38efb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/asset_manager/src/tests/asset_manager_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ fn test_set_admin() {

let new_admin: Address = Address::generate(&ctx.env);
client.set_admin(&new_admin);

assert_eq!(
ctx.env.auths(),
std::vec![(
Expand Down

0 comments on commit a38efb7

Please sign in to comment.