mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-27 08:08:15 -05:00
fix: typo in test comment (#16811)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user