fix path in failing test.

This commit is contained in:
Raúl Kripalani 2020-08-16 12:28:39 +01:00
parent 2b511d2f57
commit 4f6d01d2ea

View File

@ -222,7 +222,7 @@ func post(t *testing.T, sealer *Sealer, seals ...seal) time.Time {
}
func getGrothParamFileAndVerifyingKeys(s abi.SectorSize) {
dat, err := ioutil.ReadFile("../parameters.json")
dat, err := ioutil.ReadFile("../../../build/proof-params/parameters.json")
if err != nil {
panic(err)
}