Skip to content

Commit

Permalink
Update unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Kbhat1 committed Oct 17, 2024
1 parent 41d045e commit 906865f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storev2/rootmulti/store_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ import (
)

func TestLastCommitID(t *testing.T) {
store := NewStore(t.TempDir(), log.NewNopLogger(), config.StateCommitConfig{}, config.StateStoreConfig{})
store := NewStore(t.TempDir(), log.NewNopLogger(), config.StateCommitConfig{}, config.StateStoreConfig{}, false)
require.Equal(t, types.CommitID{}, store.LastCommitID())
}

0 comments on commit 906865f

Please sign in to comment.