mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-02-03 21:03:07 +00:00
21 lines
425 B
C#
21 lines
425 B
C#
using CodexTests;
|
|
using NUnit.Framework;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace CodexReleaseTests.MarketTests
|
|
{
|
|
public class ContractFailedTest : CodexDistTest
|
|
{
|
|
[Test]
|
|
[Ignore("TODO - Test in which hosts are punished for failing a contract")]
|
|
public void ContractFailed()
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|