Correction des using pour les Tests
continuous-integration/drone/push Build is passing Details

pull/67/head
Rémi LAVERGNE 11 months ago
parent 06a0badc99
commit cb5edd97af
No known key found for this signature in database
GPG Key ID: CA264B55E97FD220

@ -3,7 +3,7 @@ using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Models;
using Models.Game;
namespace Tests
{

@ -1,5 +1,5 @@
namespace Tests;
using Models;
using Models.Game;
public class CellTests
{

@ -1,4 +1,4 @@
using Models;
using Models.Game;
using System;
using System.Collections.Generic;
using System.Linq;

Loading…
Cancel
Save