From 7a6e565a49255cfab4278fdbf14cb95cdef561f0 Mon Sep 17 00:00:00 2001 From: Oli Sturm Date: Wed, 22 Apr 2026 15:35:37 +0100 Subject: [PATCH] name change --- .../{WithdrawMoneyHandlerTests.cs => WithdrawMoneyTests.cs} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename csharp-fp2.Tests/{WithdrawMoneyHandlerTests.cs => WithdrawMoneyTests.cs} (98%) 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,