Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
karim-en committed Oct 30, 2023
1 parent 8223f38 commit a49435b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/near/eth-client/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ fn update_dags_merkle_roots() {
None,
);

contract.acl_grant_role(crate::Role::ConfigManager.into(), context.predecessor_account_id);
contract.acl_grant_role(crate::Role::DAO.into(), context.predecessor_account_id);
contract.update_dags_merkle_roots(0, dmr.dag_merkle_roots.clone());

for i in 0..699 {
Expand Down

0 comments on commit a49435b

Please sign in to comment.