19 lines
391 B
C#
19 lines
391 B
C#
using NUnit.Framework;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace CodexReleaseTests.MarketTests
|
|
{
|
|
public class ContractRepairedTest
|
|
{
|
|
[Test]
|
|
[Ignore("TODO - Test in which a host fails, but the slot is repaired")]
|
|
public void ContractRepaired()
|
|
{
|
|
}
|
|
}
|
|
}
|