Skip to content

Commit

Permalink
test: remove unnecesary value
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos V <carlos.vdr@semiotic.ai>
  • Loading branch information
carlosvdr committed Jun 6, 2024
1 parent 43a59bc commit eff2790
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tap_core/tests/manager_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,6 @@ async fn manager_create_rav_and_ignore_invalid_receipts(
let mut stored_signed_receipts = Vec::new();
//Forcing all receipts but one to be invalid by making all the same
for _ in 0..10 {
let value = 20u128;
let receipt = Receipt {
allocation_id: allocation_ids[0],
timestamp_ns: 1,
Expand Down

0 comments on commit eff2790

Please sign in to comment.