Skip to content

Commit

Permalink
fix test compat
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoratger committed Oct 27, 2024
1 parent 8508420 commit 46faa77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/storage/db-api/src/models/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,5 @@ mod tests {
validate_bitflag_backwards_compat!(StoredBlockOmmers, UnusedBits::Zero);
validate_bitflag_backwards_compat!(StoredBlockWithdrawals, UnusedBits::Zero);
validate_bitflag_backwards_compat!(StorageHashingCheckpoint, UnusedBits::NotZero);
validate_bitflag_backwards_compat!(Withdrawals, UnusedBits::Zero);
}
}

0 comments on commit 46faa77

Please sign in to comment.