mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-01-03 22:13:10 +00:00
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()
|
|
{
|
|
}
|
|
}
|
|
}
|