fix: typo in test comment (#16811)

This commit is contained in:
fuder.eth
2025-06-14 17:50:30 +03:00
committed by GitHub
parent 381811406e
commit 4a401e1802
2 changed files with 2 additions and 2 deletions

View File

@@ -599,7 +599,7 @@ mod tests {
///
/// 1. If there are any entries in the [`tables::TransactionSenders`] table above a given
/// block number.
/// 2. If the is no requested block entry in the bodies table, but
/// 2. If there is no requested block entry in the bodies table, but
/// [`tables::TransactionSenders`] is not empty.
fn ensure_no_senders_by_block(&self, block: BlockNumber) -> Result<(), TestRunnerError> {
let body_result = self

View File

@@ -460,7 +460,7 @@ mod tests {
///
/// 1. If there are any entries in the [`tables::TransactionHashNumbers`] table above a
/// given block number.
/// 2. If the is no requested block entry in the bodies table, but
/// 2. If there is no requested block entry in the bodies table, but
/// [`tables::TransactionHashNumbers`] is not empty.
fn ensure_no_hash_by_block(&self, number: BlockNumber) -> Result<(), TestRunnerError> {
let body_result = self