Skip to content

Commit 3309955

Browse files
committed
Fix casing
1 parent e2c8ad4 commit 3309955

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Tests/Nest.Tests.Integration/ConnectionTests.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)