Skip to content

Commit 74bde6e

Browse files
committed
Spelling fix
1 parent db4e521 commit 74bde6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AdminAssistant.Test/Infra/DAL/Modules/CoreModule/CurrencyRepository_UnitTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public class CurrencyRepository_GetAsync
5656
{
5757
[Fact]
5858
[Trait("Category", "Unit")]
59-
public async Task Returns_ACurrency_WhenDatabaseContainseAnItemWithTheGivenID()
59+
public async Task Returns_ACurrency_WhenDatabaseContainsAnItemWithTheGivenID()
6060
{
6161
// Arrange
6262
var mapper = new ServiceCollection().AddAutoMapper(typeof(MappingProfile)).BuildServiceProvider().GetRequiredService<IMapper>();

0 commit comments

Comments
 (0)