Fix tests
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
|
||||
namespace AdventOfCode2018.Tests
|
||||
{
|
||||
[TestClass()]
|
||||
[TestClass]
|
||||
public class Day08_Tests
|
||||
{
|
||||
[TestMethod()]
|
||||
[TestMethod]
|
||||
public void ResolvePart1__Test()
|
||||
{
|
||||
Day08 day = new Day08();
|
||||
@@ -15,7 +15,7 @@ namespace AdventOfCode2018.Tests
|
||||
Assert.AreEqual("138", result);
|
||||
}
|
||||
|
||||
[TestMethod()]
|
||||
[TestMethod]
|
||||
public void ResolvePart2__Test()
|
||||
{
|
||||
Day08 day = new Day08();
|
||||
|
||||
Reference in New Issue
Block a user