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