From c5a006ad4610849efd2f51eb2839ee53eeecf6f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20LAVERGNE?= Date: Sat, 18 May 2024 17:48:02 +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=20Cell?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/Trek-12/Tests/CellTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Trek-12/Tests/CellTests.cs b/source/Trek-12/Tests/CellTests.cs index 1d196f4..79ac00b 100644 --- a/source/Trek-12/Tests/CellTests.cs +++ b/source/Trek-12/Tests/CellTests.cs @@ -1,7 +1,7 @@ namespace Tests; using Models; -public class CellTest +public class CellTests { [Fact] public void CellConstructor_SetsCorrectValues()