Skip to content

Commit 13b704c

Browse files
committed
lint fix
1 parent 65d370a commit 13b704c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yarn-project/stdlib/src/kernel/hints/build_note_hash_read_request_hints.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ describe('buildNoteHashReadRequestHints', () => {
3131

3232
const settledNoteHashes = [111, 222, 333];
3333
const oracle = {
34-
getNoteHashMembershipWitness: async (noteHash: Fr) =>
34+
getNoteHashMembershipWitness: (noteHash: Fr) =>
3535
settledNoteHashes.map(v => BigInt(v)).includes(noteHash.toBigInt()) ? ({} as any) : (undefined as any),
3636
};
3737

0 commit comments

Comments
 (0)