Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
xmariachi committed Dec 19, 2024
1 parent 9f8b57d commit e9d838b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/emissions/module/rewards/scores_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1884,7 +1884,7 @@ func (s *RewardsTestSuite) TestCalculateTopicInitialEmaScoreEdgeCases() {
{
name: "single score",
scores: []types.Score{
{Score: alloraMath.MustNewDecFromString("0.5")},
{Score: alloraMath.MustNewDecFromString("0.5")}, // nolint:exhaustruct
},
expectedError: false,
expectedScore: "0.5", // With single score, no std dev calculation possible, returns the score
Expand Down

0 comments on commit e9d838b

Please sign in to comment.