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

@@ -3,10 +3,10 @@ using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace AdventOfCode2018.Tests
{
[TestClass()]
[TestClass]
public class Day23_Tests
{
[TestMethod()]
[TestMethod]
public void ResolvePart1__Test()
{
Day23 day = new Day23();
@@ -26,7 +26,7 @@ namespace AdventOfCode2018.Tests
Assert.AreEqual("7", result);
}
[TestMethod()]
[TestMethod]
public void ResolvePart2__Test()
{
Day23 day = new Day23();