From ecb8eb444a6b0e6ff6ffd8065084fe2359383ab0 Mon Sep 17 00:00:00 2001 From: Gregory Edison Date: Mon, 6 Nov 2023 16:51:01 +0100 Subject: [PATCH] fix rebasing --- pkg/hintrunner/hint_test.go | 4 ++++ 1 file changed, 4 insertions(+) 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