From 25e28acd406c9c229bc06dacb1093bc420c943ee Mon Sep 17 00:00:00 2001 From: Alexandre Agostinho Date: Mon, 8 May 2023 15:37:55 +0200 Subject: [PATCH] fix build --- MCTG/Tests/Model_UnitTests/test_unit_user.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MCTG/Tests/Model_UnitTests/test_unit_user.cs b/MCTG/Tests/Model_UnitTests/test_unit_user.cs index 822e958..d205170 100644 --- a/MCTG/Tests/Model_UnitTests/test_unit_user.cs +++ b/MCTG/Tests/Model_UnitTests/test_unit_user.cs @@ -13,7 +13,7 @@ namespace MCTGLib_UnitTests public void TestConstructUser() { User user = new User("Bob","Dylan", "bd@gmail.com"); - Assert. + //Assert. } } }