Skip to content

Commit

Permalink
make fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Oct 12, 2024
1 parent a3f9421 commit b8caebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion silkworm/db/state/state_reader_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class StateReaderTest : public silkworm::test_util::ContextTestBase {
StateReader state_reader_{transaction_, kEarliestBlockNumber};
};

#ifdef notdef // tests commented wiating its conversion using TKV
#ifdef notdef // tests commented wiating its conversion using TKV

TEST_CASE_METHOD(StateReaderTest, "StateReader::read_account") {
SECTION("no account for history empty and current state empty") {
Expand Down

0 comments on commit b8caebd

Please sign in to comment.