Skip to content

Commit

Permalink
Fix messages
Browse files Browse the repository at this point in the history
  • Loading branch information
raman-m committed Apr 7, 2024
1 parent 8413a41 commit e01f7a1
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 @@ -82,7 +82,7 @@ public RoutesCreatorTests()
}

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

Expand All @@ -93,7 +93,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 e01f7a1

Please sign in to comment.