Skip to content

Commit

Permalink
fix: correct camelCase instead of snake_case in GetSegmentArenaIndex …
Browse files Browse the repository at this point in the history
…fields
  • Loading branch information
zmalatrax committed Jul 24, 2024
1 parent ed7e66d commit 84a05b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hints/dict/getSegmentArenaIndex.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down

0 comments on commit 84a05b6

Please sign in to comment.