2
0
mirror of synced 2025-01-27 16:56:04 +00:00
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()
{
}
}
}