2
0
mirror of synced 2025-02-05 13:15:10 +00:00

21 lines
425 B
C#
Raw Normal View History

2024-11-26 14:52:24 +01:00
using CodexTests;
using NUnit.Framework;
using System;
2024-11-21 10:03:09 +01:00
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CodexReleaseTests.MarketTests
{
2024-11-26 14:52:24 +01:00
public class ContractFailedTest : CodexDistTest
2024-11-21 10:03:09 +01:00
{
2024-11-26 14:52:24 +01:00
[Test]
[Ignore("TODO - Test in which hosts are punished for failing a contract")]
public void ContractFailed()
{
}
2024-11-21 10:03:09 +01:00
}
}