From ee734de964ddf777ae84800cb598761a94e9fb11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20LAVERGNE?= Date: Sat, 18 May 2024 17:48:25 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20=20Mise=20=C3=A0=20jour=20?= =?UTF-8?q?des=20tests=20de=20Dice?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/Trek-12/Tests/DiceTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Trek-12/Tests/DiceTests.cs b/source/Trek-12/Tests/DiceTests.cs index ab6aa14..3b85879 100644 --- a/source/Trek-12/Tests/DiceTests.cs +++ b/source/Trek-12/Tests/DiceTests.cs @@ -7,7 +7,7 @@ using Models.Game; namespace Tests; -public class DiceTest +public class DiceTests { [Fact] public void Constructor_WithNegativeNbMin_SetsNbMinToZero()