Skip to content

Commit 05ade62

Browse files
committed
update tests dependencies to latest
1 parent a855504 commit 05ade62

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/Tests/Tests.Configuration/tests.default.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
# tracked by git).
66

77
# mode either u (unit test), i (integration test) or m (mixed mode)
8-
mode: m
8+
mode: i
99
# the elasticsearch version that should be started
1010
# Can be a snapshot version of sonatype or "latest" to get the latest snapshot of sonatype
11-
elasticsearch_version: 6.4.1
11+
elasticsearch_version: 6.5.3
1212
# cluster filter allows you to only run the integration tests of a particular cluster (cluster suffix not needed)
1313
# cluster_filter:
1414
# whether we want to forcefully reseed on the node, if you are starting the tests with a node already running

src/Tests/Tests.Core/Tests.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</ItemGroup>
1212
<ItemGroup>
1313
<ProjectReference Include="..\Tests.Domain\Tests.Domain.csproj" />
14-
<PackageReference Include="Elastic.Xunit" Version="0.1.0-ci20180925T171717" />
14+
<PackageReference Include="Elastic.Xunit" Version="0.1.0-ci20181126T225021" />
1515
<PackageReference Include="xunit" Version="2.3.1" />
1616
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.5.0" />
1717
<PackageReference Include="FluentAssertions" Version="4.19.2" />

src/Tests/Tests.Domain/Tests.Domain.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</ItemGroup>
1313
<ItemGroup>
1414
<PackageReference Include="Bogus" Version="22.1.2" />
15-
<PackageReference Include="Elastic.Managed" Version="0.1.0-ci20180925T171717" />
15+
<PackageReference Include="Elastic.Managed" Version="0.1.0-ci20181126T225021" />
1616
<ProjectReference Include="..\Tests.Configuration\Tests.Configuration.csproj" />
1717
</ItemGroup>
1818
</Project>

0 commit comments

Comments
 (0)