2024-11-26 14:52:24 +01:00

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()
{
}
}
}