Update rank service to handle dealing with rank entries that dont make it on the list and adding start of unit tests
This commit is contained in:
18
TOOHUCardAPITests/UnitTest1.cs
Normal file
18
TOOHUCardAPITests/UnitTest1.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using NUnit.Framework;
|
||||
|
||||
namespace TOOHUCardAPITests
|
||||
{
|
||||
public class Tests
|
||||
{
|
||||
[SetUp]
|
||||
public void Setup()
|
||||
{
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void Test1()
|
||||
{
|
||||
Assert.Pass();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user