Skip to content

Commit

Permalink
Merge pull request FISCO-BCOS#709 from morebtcg/release-2.0.0-rc2
Browse files Browse the repository at this point in the history
fix unittest fail
  • Loading branch information
bxq2011hust authored Apr 28, 2019
2 parents 82b99c5 + 919bad1 commit b30783c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unittests/libstorage/test_CachedStorage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ struct CachedStorageFixture
mockStorage = std::make_shared<MockStorage>();

cachedStorage->setBackend(mockStorage);
cachedStorage->setMaxForwardBlock(51);
}

Entries::Ptr getEntries()
Expand Down

0 comments on commit b30783c

Please sign in to comment.