We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fb9a4e commit 374192bCopy full SHA for 374192b
operator/sp1/sp1_test.go
@@ -7,9 +7,9 @@ import (
7
"github.com/yetanotherco/aligned_layer/operator/sp1"
8
)
9
10
-const ProofFilePath = "../../scripts/test_files/sp1/sp1_fibonacci.proof"
+const ProofFilePath = "../../scripts/test_files/sp1/sp1_fibonacci_4_1_3.proof"
11
12
-const ElfFilePath = "../../scripts/test_files/sp1/sp1_fibonacci.elf"
+const ElfFilePath = "../../scripts/test_files/sp1/sp1_fibonacci_4_1_3.elf"
13
14
func TestFibonacciSp1ProofVerifies(t *testing.T) {
15
proofBytes, err := os.ReadFile(ProofFilePath)
0 commit comments