removes combinatorial args from marketplace tests
This commit is contained in:
parent
a4ba1fbe2c
commit
2afcb92d08
@ -21,11 +21,7 @@ namespace CodexReleaseTests.MarketTests
|
|||||||
private readonly TestToken pricePerSlotPerSecond = 10.TstWei();
|
private readonly TestToken pricePerSlotPerSecond = 10.TstWei();
|
||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
[Combinatorial]
|
public void ContractFailed()
|
||||||
public void ContractFailed(
|
|
||||||
[Values(0, 1, 2, 3)] int a,
|
|
||||||
[Values(0, 1, 2, 3)] int b
|
|
||||||
)
|
|
||||||
{
|
{
|
||||||
var hosts = StartHosts();
|
var hosts = StartHosts();
|
||||||
var client = StartClients().Single();
|
var client = StartClients().Single();
|
||||||
|
@ -18,11 +18,7 @@ namespace CodexReleaseTests.MarketTests
|
|||||||
private readonly TestToken pricePerSlotPerSecond = 10.TstWei();
|
private readonly TestToken pricePerSlotPerSecond = 10.TstWei();
|
||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
[Combinatorial]
|
public void ContractSuccessful()
|
||||||
public void ContractSuccessful(
|
|
||||||
[Values(0, 1, 2, 3)] int a,
|
|
||||||
[Values(0, 1, 2, 3)] int b
|
|
||||||
)
|
|
||||||
{
|
{
|
||||||
var hosts = StartHosts();
|
var hosts = StartHosts();
|
||||||
var client = StartClients().Single();
|
var client = StartClients().Single();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user