diff --git a/core/blockchain_stats_test.go b/core/blockchain_stats_test.go index c6928e98e5..25412a913e 100644 --- a/core/blockchain_stats_test.go +++ b/core/blockchain_stats_test.go @@ -54,12 +54,12 @@ func TestLogSlowBlockJSON(t *testing.T) { AccountUpdated: 50, StorageUpdated: 200, StateReadCacheStats: state.ReaderStats{ - AccountCacheHit: 4, - AccountCacheMiss: 6, - StorageCacheHit: 0, - StorageCacheMiss: 11, - ContractCodeHit: 4, - ContractCodeMiss: 0, + AccountCacheHit: 4, + AccountCacheMiss: 6, + StorageCacheHit: 0, + StorageCacheMiss: 11, + ContractCodeHit: 4, + ContractCodeMiss: 0, }, }