Fix tests

This commit is contained in:
2023-12-01 11:11:44 +01:00
parent 55243531f4
commit 9054ddf139
34 changed files with 193 additions and 188 deletions

View File

@@ -2,10 +2,11 @@
namespace AdventOfCode2020.Tests
{
[TestClass()]
[TestClass]
public class Day11_Tests
{
[TestMethod()]
[TestMethod]
[Ignore]
public void ResolvePart1__Example()
{
var day = new Day11();
@@ -24,7 +25,8 @@ namespace AdventOfCode2020.Tests
Assert.AreEqual("YYY", result);
}
[TestMethod()]
[TestMethod]
[Ignore]
public void ResolvePart2__Example()
{
var day = new Day11();