From 648c98a29a0374f5ca6ba1ff6be90bd9b7cb8182 Mon Sep 17 00:00:00 2001 From: integralWhale <129796935+integralWhale@users.noreply.github.com> Date: Mon, 21 Jul 2025 18:23:51 +0200 Subject: [PATCH] =?UTF-8?q?Anpassung=20Methodenname=20an=20Funktionalit?= =?UTF-8?q?=C3=A4t?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 19_Testen.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/19_Testen.md b/19_Testen.md index 1e1e80b..131f0cd 100644 --- a/19_Testen.md +++ b/19_Testen.md @@ -719,7 +719,7 @@ public class Test_DivideTwoValues } [Fact] - public void Check_StateZeroAsDivended() + public void Check_StateZeroAsDivisor() { // Arrange double result = 0;