Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
YoGhurt111 committed Apr 22, 2024
1 parent bbbacae commit d5e7b67
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions prover/proof_producer/sgx_and_zk_producer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ func TestSGXAndZKProducerRequestProof(t *testing.T) {
}

var (
producer = &SGXAndZKProofProducer{Dummy: true}
blockID = common.Big32
producer = &SGXAndZKProofProducer{Dummy: true, SGXProducer: &SGXProofProducer{
Dummy: true,
}}
blockID = common.Big32
)
res, err := producer.RequestProof(
context.Background(),
Expand Down

0 comments on commit d5e7b67

Please sign in to comment.