Skip to content

Commit d2df2d6

Browse files
authored
fix(test): typo in type declaration for highscores (#647)
1 parent 56536e6 commit d2df2d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/validation/highscore_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,11 +147,11 @@ func TestHighscoreCategoryFromString(t *testing.T) {
147147
},
148148
"Bountypoints": {
149149
inputs: []string{"bountypoints", "bountypoint", "bountypointsearned"},
150-
expected: HighscoreBountypoints,
150+
expected: HighScoreBountypoints,
151151
},
152152
"Weeklytasks": {
153153
inputs: []string{"weeklytasks", "weeklytask", "weeklytaskscompleted"},
154-
expected: HighscoreWeeklytasks,
154+
expected: HighScoreWeeklytasks,
155155
},
156156
}
157157

0 commit comments

Comments
 (0)