fix path in failing test.
This commit is contained in:
parent
2b511d2f57
commit
4f6d01d2ea
@ -222,7 +222,7 @@ func post(t *testing.T, sealer *Sealer, seals ...seal) time.Time {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func getGrothParamFileAndVerifyingKeys(s abi.SectorSize) {
|
func getGrothParamFileAndVerifyingKeys(s abi.SectorSize) {
|
||||||
dat, err := ioutil.ReadFile("../parameters.json")
|
dat, err := ioutil.ReadFile("../../../build/proof-params/parameters.json")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
panic(err)
|
panic(err)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user