From 33c2419d0653b887078dcacf5cff71a6db342c57 Mon Sep 17 00:00:00 2001 From: laser Date: Wed, 24 Jun 2020 13:01:10 -0700 Subject: [PATCH] restore temporarily disabled test functions --- rust/src/proofs/api.rs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rust/src/proofs/api.rs b/rust/src/proofs/api.rs index 56b3bcc0..f73d5fc7 100644 --- a/rust/src/proofs/api.rs +++ b/rust/src/proofs/api.rs @@ -1183,6 +1183,11 @@ pub mod tests { unsafe { for st in seal_types { + pairs.push(("get_seal_verify_key_cid", fil_get_seal_params_path(st))); + pairs.push(( + "get_seal_verify_key_cid", + fil_get_seal_verifying_key_path(st), + )); pairs.push(( "get_seal_circuit_identifier", fil_get_seal_circuit_identifier(st),