File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/Tests/Nest.Tests.Integration Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ public void TestConnectSuccess()
25
25
Assert . True ( rootNodeInfo . ConnectionStatus . Success ) ;
26
26
}
27
27
[ Test ]
28
- public void construct_client_with_null_or_empy_settings ( )
28
+ public void Construct_Client_With_NullOrEmpty_Settings ( )
29
29
{
30
30
Assert . Throws < UriFormatException > ( ( ) =>
31
31
{
@@ -37,7 +37,7 @@ public void construct_client_with_null_or_empy_settings()
37
37
} ) ;
38
38
}
39
39
[ Test ]
40
- public void construct_client_with_invalid_hostname ( )
40
+ public void Construct_Client_With_Invalid_Hostname ( )
41
41
{
42
42
Assert . Throws < UriFormatException > ( ( ) =>
43
43
{
@@ -46,7 +46,7 @@ public void construct_client_with_invalid_hostname()
46
46
47
47
}
48
48
[ Test ]
49
- public void connect_to_unknown_hostname ( )
49
+ public void Connect_To_Unknown_Hostname ( )
50
50
{
51
51
IRootInfoResponse result = null ;
52
52
You can’t perform that action at this time.
0 commit comments