Skip to content

Commit 374192b

Browse files
committed
docs: path to sp1 proof
1 parent 3fb9a4e commit 374192b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

operator/sp1/sp1_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ import (
77
"github.com/yetanotherco/aligned_layer/operator/sp1"
88
)
99

10-
const ProofFilePath = "../../scripts/test_files/sp1/sp1_fibonacci.proof"
10+
const ProofFilePath = "../../scripts/test_files/sp1/sp1_fibonacci_4_1_3.proof"
1111

12-
const ElfFilePath = "../../scripts/test_files/sp1/sp1_fibonacci.elf"
12+
const ElfFilePath = "../../scripts/test_files/sp1/sp1_fibonacci_4_1_3.elf"
1313

1414
func TestFibonacciSp1ProofVerifies(t *testing.T) {
1515
proofBytes, err := os.ReadFile(ProofFilePath)

0 commit comments

Comments
 (0)