Добавлен обработчик NotFound

Исправлена опечатка в тесте
Разделена логика метода BuildNonElyTexturesHash
This commit is contained in:
ErickSkrauch
2016-07-06 14:45:14 +03:00
parent c4cd95cddc
commit 3d65529d2e
4 changed files with 26 additions and 3 deletions

View File

@@ -17,6 +17,6 @@ func TestParseUsername(t *testing.T) {
func TestBuildKey(t *testing.T) {
if BuildKey("Test") != "username:test" {
t.Error("Function shound convert string to lover case and concatenate it with usernmae:")
t.Error("Function shound convert string to lower case and concatenate it with usernmae:")
}
}