Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nventuro committed Apr 23, 2024
1 parent 1d3af93 commit aff39b7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ describe('e2e_blacklist_token_contract', () => {
}

toCallValue() {
// We need to use lowercase identifiers as those are what the noir interface expects
// eslint-disable-next-line camelcase
return { is_admin: this.isAdmin, is_minter: this.isMinter, is_blacklisted: this.isBlacklisted };
}

Expand Down

0 comments on commit aff39b7

Please sign in to comment.