Skip to content

Commit cbf2d36

Browse files
committed
run Discovery test with env size 1
1 parent 0a18165 commit cbf2d36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Scripts/UnitTests/TestDiscovery.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public class TestDiscovery : UnitTest
2929

3030
// Environment
3131
private string m_CreatedEnvironmentName = "unity-sdk-integration-test";
32-
private string m_CreatedEnvironmentDescription = "Integration test running for Unity SDK. Please do not delete this environment until 10 minutes after the status is 'active'. The test should delete this environment.";
32+
private string m_CreatedEnvironmentDescription = "Integration test running for Unity SDK. Please do not delete this environment until 10 minutes after the status is active. The test should delete this environment.";
3333
private string m_CreatedEnvironmentID;
3434
private bool m_IsEnvironmentActive = false;
3535

@@ -133,7 +133,7 @@ public override IEnumerator RunTest()
133133

134134
Test(!string.IsNullOrEmpty(resp.environment_id));
135135
m_AddEnvironmentsTested = true;
136-
}, m_CreatedEnvironmentName, m_CreatedEnvironmentDescription, 0))
136+
}, m_CreatedEnvironmentName, m_CreatedEnvironmentDescription, 1))
137137
Log.Debug("ExampleDiscoveryV1", "Failed to add environment");
138138

139139
while (!m_AddEnvironmentsTested)

0 commit comments

Comments
 (0)