Skip to content

Commit c5b890a

Browse files
committed
chore: remove unused comments
Signed-off-by: Gustavo Inacio <[email protected]>
1 parent 797d178 commit c5b890a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tap_core/src/tap_receipt/received_receipt/received_receipt_unit_test.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,6 @@ async fn partial_then_full_check_valid_receipt(
182182

183183
let query_id = 1;
184184

185-
// prepare adapters and storage to correctly validate receipt
186-
187185
// add escrow for sender
188186
escrow_storage
189187
.write()
@@ -231,7 +229,6 @@ async fn partial_then_finalize_valid_receipt(
231229
query_appraisals,
232230
..
233231
} = executor_mock;
234-
// give receipt 5 second variance for min start time
235232
let receipt_auditor = ReceiptAuditor::new(domain_separator.clone(), executor);
236233

237234
let query_value = 20u128;
@@ -244,8 +241,6 @@ async fn partial_then_finalize_valid_receipt(
244241

245242
let query_id = 1;
246243

247-
// prepare adapters and storage to correctly validate receipt
248-
249244
// add escrow for sender
250245
escrow_storage
251246
.write()
@@ -297,7 +292,6 @@ async fn standard_lifetime_valid_receipt(
297292
query_appraisals,
298293
..
299294
} = executor_mock;
300-
// give receipt 5 second variance for min start time
301295
let receipt_auditor = ReceiptAuditor::new(domain_separator.clone(), executor);
302296

303297
let query_value = 20u128;
@@ -310,8 +304,6 @@ async fn standard_lifetime_valid_receipt(
310304

311305
let query_id = 1;
312306

313-
// prepare adapters and storage to correctly validate receipt
314-
315307
// add escrow for sender
316308
escrow_storage
317309
.write()

0 commit comments

Comments
 (0)