diff --git a/csharp-fp2.Tests/WithdrawMoneyHandlerTests.cs b/csharp-fp2.Tests/WithdrawMoneyTests.cs similarity index 98% rename from csharp-fp2.Tests/WithdrawMoneyHandlerTests.cs rename to csharp-fp2.Tests/WithdrawMoneyTests.cs index 61637b9..ae8f358 100644 --- a/csharp-fp2.Tests/WithdrawMoneyHandlerTests.cs +++ b/csharp-fp2.Tests/WithdrawMoneyTests.cs @@ -6,7 +6,7 @@ namespace CsharpFp2.Tests; /// Tests covering the application-layer use case surface: /// what the WithdrawMoney feature does from the caller's perspective. -public class WithdrawMoneyHandlerTests +public class WithdrawMoneyTests { private static ( WithdrawMoney withdraw,