Fix some naming
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ namespace FinancialApi.Infrastructure.Tests;
|
||||
|
||||
internal class FakeAccountQuery : IAccountQuery
|
||||
{
|
||||
public Task<Account?> FindByIdAsync(int id) => Task.FromResult(new Account(id, 100.00m, AccountType.Debit))!;
|
||||
public Task<Account?> FindByIdAsync(int id) => Task.FromResult(new Account(id, 100.00m, AccountType.Spend))!;
|
||||
}
|
||||
|
||||
public class ApplyFeeIntegrationTests(WolverineTestFixture fixture) : IClassFixture<WolverineTestFixture>
|
||||
|
||||
Reference in New Issue
Block a user