mirror of
https://github.com/jcreek/advent-of-code.git
synced 2026-07-13 03:03:46 +00:00
build(2022): Restructure using NUnit not XUnit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
namespace AOC.Test.Y2022
|
||||
{
|
||||
public class Day01
|
||||
{
|
||||
[SetUp]
|
||||
public void Setup()
|
||||
{
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void Test1()
|
||||
{
|
||||
Assert.Pass();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user