[MM-23279] Idiomatic naming (IP) (#18152)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
8f01a1b5a1
Коммит
e0f51f54e1
@@ -343,8 +343,8 @@ func TestIsValidAlphaNum(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
func TestGetServerIpAddress(t *testing.T) {
|
||||
require.NotEmpty(t, GetServerIpAddress(""), "Should find local ip address")
|
||||
func TestGetServerIPAddress(t *testing.T) {
|
||||
require.NotEmpty(t, GetServerIPAddress(""), "Should find local ip address")
|
||||
}
|
||||
|
||||
func TestIsValidAlphaNumHyphenUnderscore(t *testing.T) {
|
||||
|
||||
Ссылка в новой задаче
Block a user