🩹 Remove old or useless TODOs
continuous-integration/drone/push Build is passing Details

pull/52/head
Alexis Drai 2 years ago
parent fb02307b28
commit 86597ef08f

@ -13,7 +13,7 @@ namespace Model
/// <summary>
/// a player's unique username
/// </summary>
public string Name { get; private set; } //TODO make setter private !!!!!!!!!
public string Name { get; private set; }
public Player(string name)
{
if (!String.IsNullOrWhiteSpace(name))

@ -62,7 +62,6 @@ namespace Tests.Model_UTs
Assert.DoesNotContain(expected, playerManager.GetAll());
}
// TODO update if we do implement it
[Fact]
public void TestGetOneByIdThrowsNotImplemented()
{

Loading…
Cancel
Save