diff --git a/pkg/hintrunner/hint_test.go b/pkg/hintrunner/hint_test.go index 33244b3d8..802183f7a 100644 --- a/pkg/hintrunner/hint_test.go +++ b/pkg/hintrunner/hint_test.go @@ -462,6 +462,10 @@ func TestUint256SquareRootHigh(t *testing.T) { } func TestUint256SquareRoot(t *testing.T) { + vm := defaultVirtualMachine() + vm.Context.Ap = 0 + vm.Context.Fp = 0 + var sqrt0 ApCellRef = 1 var sqrt1 ApCellRef = 2 var remainderLow ApCellRef = 3