Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
tuantran1702 committed Jun 24, 2024
1 parent 4aa7d3c commit ec02e77
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion block/manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ func TestInitialStateStored(t *testing.T) {
s, err := getInitialState(store, genesis)
require.NoError(err)
require.Equal(s.LastBlockHeight, uint64(100))
require.NoError(err)
require.Equal(s.InitialHeight, uint64(1))
}

Expand Down
1 change: 0 additions & 1 deletion node/full_node_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ func TestLazyAggregator(t *testing.T) {
}, key, signingKey, proxy.NewLocalClientCreator(app), genesisDoc, DefaultMetricsProvider(cmconfig.DefaultInstrumentationConfig()), log.TestingLogger())
require.NoError(err)
assert.False(node.IsRunning())
assert.NoError(err)

startNodeWithCleanup(t, node)
require.NoError(waitForFirstBlock(node.(*FullNode), Header))
Expand Down

0 comments on commit ec02e77

Please sign in to comment.