Skip to content

Commit

Permalink
Remove default cause from KeepNonGoodQuiescenceMoves test
Browse files Browse the repository at this point in the history
  • Loading branch information
eduherminio committed Nov 10, 2024
1 parent 791bbd7 commit 3d01404
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/Lynx.Test/BestMove/RegressionTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

Expand Down

0 comments on commit 3d01404

Please sign in to comment.