Skip to content

Commit

Permalink
fix test utils
Browse files Browse the repository at this point in the history
  • Loading branch information
nategraf committed May 10, 2024
1 parent a19e598 commit 3e02133
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions relay/src/tests/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ pub(crate) async fn get_test_bonsai_server() -> (SessionId, MockServer) {
let c = vec![zeroes.clone(), zeroes.clone()];
let dummy_snark = Some(SnarkReceipt {
snark: Groth16Seal { a, b, c },
post_state_digest: Digest::ZERO.as_bytes().to_vec(),
journal: vec![],
});
let snark_status_res = SnarkStatusRes {
Expand Down

0 comments on commit 3e02133

Please sign in to comment.