Skip to content

Commit 956632b

Browse files
committed
tests
1 parent 3e175e0 commit 956632b

File tree

3 files changed

+2
-17
lines changed

3 files changed

+2
-17
lines changed

test/WorkflowCore.IntegrationTests/SearchIndexTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ protected SearchIndexTests()
2323

2424
foreach (var item in BuildTestData())
2525
Subject.IndexWorkflow(item).Wait();
26+
System.Threading.Thread.Sleep(1000);
2627
}
2728

2829
protected IEnumerable<WorkflowInstance> BuildTestData()

test/WorkflowCore.Tests.Elasticsearch/ElasticsearchDockerSetup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public override bool TestReady()
4343
}
4444

4545
[CollectionDefinition("Elasticsearch collection")]
46-
public class DynamoDbCollection : ICollectionFixture<ElasticsearchDockerSetup>
46+
public class ElasticsearchCollection : ICollectionFixture<ElasticsearchDockerSetup>
4747
{
4848
}
4949
}

test/WorkflowCore.Tests.MongoDB/Scenarios/MongoDynamicDataScenario.cs

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)