19 lines
391 B
C#
Raw Normal View History

2024-11-26 14:52:24 +01:00
using NUnit.Framework;
using System;
2024-11-21 10:03:09 +01:00
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CodexReleaseTests.MarketTests
{
2024-11-26 14:52:24 +01:00
public class ContractRepairedTest
2024-11-21 10:03:09 +01:00
{
2024-11-26 14:52:24 +01:00
[Test]
[Ignore("TODO - Test in which a host fails, but the slot is repaired")]
public void ContractRepaired()
{
}
2024-11-21 10:03:09 +01:00
}
}