From e240c615d25569462f523abf75f5c48e775b9a68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20LAVERGNE?= Date: Sat, 18 May 2024 17:49:01 +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=20OperationCell?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/Trek-12/Tests/OperationCellTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Trek-12/Tests/OperationCellTests.cs b/source/Trek-12/Tests/OperationCellTests.cs index 274e02d..eba4a24 100644 --- a/source/Trek-12/Tests/OperationCellTests.cs +++ b/source/Trek-12/Tests/OperationCellTests.cs @@ -7,7 +7,7 @@ using System.Threading.Tasks; namespace Tests { - public class OperationCellTest + public class OperationCellTests { [Fact] public void Constructor_WithValidCoordinates_SetsCoordinatesCorrectly()