Skip to content

Commit

Permalink
make description more accurate in the unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
ws4charlie committed Feb 12, 2025
1 parent 5cc7ac2 commit 7fde41b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func setupChainParamsList(
require.NoError(t, err)
}

// check list has two chain params with FAST confirmation enabled
// chain params should have FAST confirmation enabled
allChainParams, found := k.GetChainParamsList(ctx)
require.True(t, found)
require.Len(t, allChainParams.ChainParams, len(chainParamsList))
Expand Down

0 comments on commit 7fde41b

Please sign in to comment.