Skip to content

Commit 83559d5

Browse files
committed
clean up test case naming
1 parent 5cb18e9 commit 83559d5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/KubernetesClientConfigurationTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public void ContextCertificateTest(string context, string clientCert, string cli
129129
/// <param name="context">Context to retreive the configuration</param>
130130
[Theory]
131131
[InlineData("victorian-context")]
132-
public void ClientDataTest(string context)
132+
public void ClientData(string context)
133133
{
134134
var fi = new FileInfo(kubeConfigFileName);
135135
var cfg = KubernetesClientConfiguration.BuildConfigFromConfigFile(fi, context);

tests/V1StatusObjectViewTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace k8s.Tests
88
public class V1StatusObjectViewTests
99
{
1010
[Fact]
11-
public void TestReturnStatus()
11+
public void ReturnStatus()
1212
{
1313
var v1Status = new V1Status
1414
{
@@ -32,7 +32,7 @@ public void TestReturnStatus()
3232
}
3333

3434
[Fact]
35-
public void TestReturnObject()
35+
public void ReturnObject()
3636
{
3737
var corev1Namespace = new Corev1Namespace()
3838
{

0 commit comments

Comments
 (0)