Skip to content

Commit

Permalink
update the config test
Browse files Browse the repository at this point in the history
  • Loading branch information
jennijuju committed Mar 14, 2022
1 parent 4d11eb5 commit 50f10ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/config/def_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ func TestDefaultMinerRoundtrip(t *testing.T) {

func TestDefaultStorageMiner_SetsIndexIngestTopic(t *testing.T) {
subject := DefaultStorageMiner()
require.False(t, subject.IndexProvider.Enable)
require.True(t, subject.IndexProvider.Enable)
require.Equal(t, "/indexer/ingest/mainnet", subject.IndexProvider.TopicName)
}

0 comments on commit 50f10ee

Please sign in to comment.