diff --git a/src/hints/dict/getSegmentArenaIndex.test.ts b/src/hints/dict/getSegmentArenaIndex.test.ts index 7e4386b8..4c09c37c 100644 --- a/src/hints/dict/getSegmentArenaIndex.test.ts +++ b/src/hints/dict/getSegmentArenaIndex.test.ts @@ -53,14 +53,14 @@ describe('GetSegmentArenaIndex', () => { const hint = getSegmentArenaIndexParser.parse(GET_SEGMENT_ARENA_INDEX); expect(hint).toEqual({ type: HintName.GetSegmentArenaIndex, - dict_end_ptr: { + dictEndptr: { type: OpType.Deref, cell: { register: Register.Ap, offset: 1, }, }, - dict_index: { + dictIndex: { register: Register.Ap, offset: 2, },