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();
|
||||
|
||||
[Test]
|
||||
[Combinatorial]
|
||||
public void ContractFailed(
|
||||
[Values(0, 1, 2, 3)] int a,
|
||||
[Values(0, 1, 2, 3)] int b
|
||||
)
|
||||
public void ContractFailed()
|
||||
{
|
||||
var hosts = StartHosts();
|
||||
var client = StartClients().Single();
|
||||
|
@ -18,11 +18,7 @@ namespace CodexReleaseTests.MarketTests
|
||||
private readonly TestToken pricePerSlotPerSecond = 10.TstWei();
|
||||
|
||||
[Test]
|
||||
[Combinatorial]
|
||||
public void ContractSuccessful(
|
||||
[Values(0, 1, 2, 3)] int a,
|
||||
[Values(0, 1, 2, 3)] int b
|
||||
)
|
||||
public void ContractSuccessful()
|
||||
{
|
||||
var hosts = StartHosts();
|
||||
var client = StartClients().Single();
|
||||
|
Loading…
x
Reference in New Issue
Block a user