From 3d0140439c93fcbadc35904ae7021db351015b2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20C=C3=A1ceres?= Date: Sun, 10 Nov 2024 23:09:31 +0100 Subject: [PATCH] Remove default cause from `KeepNonGoodQuiescenceMoves` test --- tests/Lynx.Test/BestMove/RegressionTest.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/Lynx.Test/BestMove/RegressionTest.cs b/tests/Lynx.Test/BestMove/RegressionTest.cs index bb62a07dd..8b428a17d 100644 --- a/tests/Lynx.Test/BestMove/RegressionTest.cs +++ b/tests/Lynx.Test/BestMove/RegressionTest.cs @@ -73,9 +73,6 @@ public void KeepNonGoodQuiescenceMoves(int depth) case 6 when bestResult.Moves.Length >= 6: Assert.AreNotEqual("f3e5", bestResult.Moves[5].UCIString()); break; - default: - Assert.True(false); - break; } }