From 16eaf21d4da407f93167b4609f6025b863462d04 Mon Sep 17 00:00:00 2001 From: HMatheo Date: Thu, 8 Jun 2023 21:19:21 +0200 Subject: [PATCH] Better unitTest --- src/MangaMap/MangaMap.csproj | 4 ++-- src/UnitTests/UnitTestIPersistanceManager.cs | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/MangaMap/MangaMap.csproj b/src/MangaMap/MangaMap.csproj index e55c277..8b91f47 100644 --- a/src/MangaMap/MangaMap.csproj +++ b/src/MangaMap/MangaMap.csproj @@ -1,11 +1,11 @@  - net7.0-android;net7.0-ios;net7.0-maccatalyst + net7.0; $(TargetFrameworks);net7.0-windows10.0.19041.0 - Exe + Exe MangaMap true true diff --git a/src/UnitTests/UnitTestIPersistanceManager.cs b/src/UnitTests/UnitTestIPersistanceManager.cs index 1791065..1f28fbd 100644 --- a/src/UnitTests/UnitTestIPersistanceManager.cs +++ b/src/UnitTests/UnitTestIPersistanceManager.cs @@ -62,7 +62,6 @@ namespace UnitTests // Assert // Since the implementation of Sauvegarder only calls Console.WriteLine, // we can't directly test the functionality, but we can assert that the method was called - // You can check the console output manually to verify the expected message } } }