Skip to content

Commit 05d0c97

Browse files
committed
Fix messages
1 parent e384df0 commit 05d0c97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Ocelot.UnitTests/Configuration/RoutesCreatorTests.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public RoutesCreatorTests()
8989
}
9090

9191
[Fact]
92-
public void should_return_nothing()
92+
public void Should_return_nothing()
9393
{
9494
var fileConfig = new FileConfiguration();
9595

@@ -100,7 +100,7 @@ public void should_return_nothing()
100100
}
101101

102102
[Fact]
103-
public void should_return_re_routes()
103+
public void Should_return_re_routes()
104104
{
105105
var fileConfig = new FileConfiguration
106106
{

0 commit comments

Comments
 (0)