Skip to content

Commit

Permalink
Fix messages
Browse files Browse the repository at this point in the history
  • Loading branch information
raman-m committed Aug 23, 2023
1 parent e384df0 commit 05d0c97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Ocelot.UnitTests/Configuration/RoutesCreatorTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public RoutesCreatorTests()
}

[Fact]
public void should_return_nothing()
public void Should_return_nothing()
{
var fileConfig = new FileConfiguration();

Expand All @@ -100,7 +100,7 @@ public void should_return_nothing()
}

[Fact]
public void should_return_re_routes()
public void Should_return_re_routes()
{
var fileConfig = new FileConfiguration
{
Expand Down

0 comments on commit 05d0c97

Please sign in to comment.