Skip to content

Commit e99b633

Browse files
committed
IDE1006 Naming rule violation: These words must begin with upper case characters: should_*
1 parent 9564e2c commit e99b633

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

test/Ocelot.AcceptanceTests/AuthenticationTests.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public AuthenticationTests()
5050
}
5151

5252
[Fact]
53-
public void should_return_401_using_identity_server_access_token()
53+
public void Should_return_401_using_identity_server_access_token()
5454
{
5555
var port = RandomPortFinder.GetRandomPort();
5656

@@ -91,7 +91,7 @@ public void should_return_401_using_identity_server_access_token()
9191
}
9292

9393
[Fact]
94-
public void should_return_response_200_using_identity_server()
94+
public void Should_return_response_200_using_identity_server()
9595
{
9696
var port = RandomPortFinder.GetRandomPort();
9797

@@ -134,7 +134,7 @@ public void should_return_response_200_using_identity_server()
134134
}
135135

136136
[Fact]
137-
public void should_return_response_401_using_identity_server_with_token_requested_for_other_api()
137+
public void Should_return_response_401_using_identity_server_with_token_requested_for_other_api()
138138
{
139139
var port = RandomPortFinder.GetRandomPort();
140140

@@ -176,7 +176,7 @@ public void should_return_response_401_using_identity_server_with_token_requeste
176176
}
177177

178178
[Fact]
179-
public void should_return_201_using_identity_server_access_token()
179+
public void Should_return_201_using_identity_server_access_token()
180180
{
181181
var port = RandomPortFinder.GetRandomPort();
182182

@@ -219,7 +219,7 @@ public void should_return_201_using_identity_server_access_token()
219219
}
220220

221221
[Fact]
222-
public void should_return_201_using_identity_server_reference_token()
222+
public void Should_return_201_using_identity_server_reference_token()
223223
{
224224
var port = RandomPortFinder.GetRandomPort();
225225

@@ -262,7 +262,7 @@ public void should_return_201_using_identity_server_reference_token()
262262
}
263263

264264
[Fact]
265-
public void should_return_www_authenticate_header_on_401()
265+
public void Should_return_www_authenticate_header_on_401()
266266
{
267267
int port = RandomPortFinder.GetRandomPort();
268268

0 commit comments

Comments
 (0)