Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
har777 committed Aug 30, 2024
1 parent 5a29d6c commit a8248f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/vm/builtins/ecop_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func TestEcOp(t *testing.T) {
mult := ecmult(&point{*qx, *qy}, new(uint256.Int).SetUint64(3), &utils.FeltOne)
r := ecadd(&point{*px, *py}, &mult)

segment := memory.EmptySegmentWithLength(cellsPerEcOp)
segment := memory.EmptySegmentWithLength(CellsPerEcOp)
ecop := &EcOp{ratio: 1024, cache: make(map[uint64]fp.Element)}
segment.WithBuiltinRunner(ecop)

Expand Down

0 comments on commit a8248f0

Please sign in to comment.