2
0
mirror of synced 2025-01-26 00:08:57 +00:00

removes combinatorial args from marketplace tests

This commit is contained in:
Ben 2024-12-18 09:28:10 +01:00
parent a4ba1fbe2c
commit 2afcb92d08
No known key found for this signature in database
GPG Key ID: 0F16E812E736C24B
2 changed files with 2 additions and 10 deletions

View File

@ -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();

View File

@ -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();