Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
StringNick committed Apr 18, 2024
1 parent e6863b7 commit 8f65cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hint_processor/bigint.zig
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ test "big int pack div mod hint" {
});

const hint_processor = HintProcessor{};
var hint_data = HintData.init(hint_codes.BIGINT_PACK_DIV_MOD_HINT, ids_data, .{});
var hint_data = HintData.init(hint_codes.BIGINT_PACK_DIV_MOD, ids_data, .{});

var exec_scopes = try ExecutionScopes.init(std.testing.allocator);
defer exec_scopes.deinit();
Expand Down

0 comments on commit 8f65cdd

Please sign in to comment.