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()
2525 Assert . True ( rootNodeInfo . ConnectionStatus . Success ) ;
2626 }
2727 [ Test ]
28- public void construct_client_with_null_or_empy_settings ( )
28+ public void Construct_Client_With_NullOrEmpty_Settings ( )
2929 {
3030 Assert . Throws < UriFormatException > ( ( ) =>
3131 {
@@ -37,7 +37,7 @@ public void construct_client_with_null_or_empy_settings()
3737 } ) ;
3838 }
3939 [ Test ]
40- public void construct_client_with_invalid_hostname ( )
40+ public void Construct_Client_With_Invalid_Hostname ( )
4141 {
4242 Assert . Throws < UriFormatException > ( ( ) =>
4343 {
@@ -46,7 +46,7 @@ public void construct_client_with_invalid_hostname()
4646
4747 }
4848 [ Test ]
49- public void connect_to_unknown_hostname ( )
49+ public void Connect_To_Unknown_Hostname ( )
5050 {
5151 IRootInfoResponse result = null ;
5252
You can’t perform that action at this time.
0 commit comments