#1: Fix GolangCI issues

This commit is contained in:
ErickSkrauch
2019-04-28 20:30:55 +03:00
parent 90ce22f687
commit 6daec4dc4b
3 changed files with 7 additions and 7 deletions

View File

@@ -254,7 +254,7 @@ func (suite *queueTestSuite) TestReceiveTexturesForUsernameWithCachedUnknownUuid
}
func (suite *queueTestSuite) TestReceiveTexturesForMoreThan100Usernames() {
usernames := make([]string, 120, 120)
usernames := make([]string, 120)
for i := 0; i < 120; i++ {
usernames[i] = randStr(8)
}