Skip to content

Commit

Permalink
Scarb fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
b-j-roberts committed Mar 18, 2024
1 parent afbea43 commit ffd7178
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/tests/test_blobstreamx.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -300,11 +300,7 @@ fn blobstreamx_invalid_proof_nonce_from_facts() {
); // state_proofNonce at slot 0xfc

// Set state_proof_nonce to 3 in BlobstreamX
snf::store(
bsx.contract_address,
selector!("state_proof_nonce"),
array![3.into()].span()
);

snf::store(bsx.contract_address, selector!("state_proof_nonce"), array![3.into()].span());

bsx.update_data_commitments_from_facts(l1_block_num)
}

0 comments on commit ffd7178

Please sign in to comment.