Skip to content

Commit

Permalink
bump Elastic abstractions, StartAsyncReads was called on dispose even…
Browse files Browse the repository at this point in the history
… if the node was not started, This would hide before node exceptions such as JAVA_HOME not being set
  • Loading branch information
Mpdreamz committed Sep 3, 2018
1 parent e46c70d commit 75a70a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Tests/Tests.Core/Tests.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Tests.Domain\Tests.Domain.csproj" />
<PackageReference Include="Elastic.Xunit" Version="0.1.0-ci20180827T133305" />
<PackageReference Include="Elastic.Xunit" Version="0.1.0-ci20180831T090241" />
<PackageReference Include="xunit" Version="2.3.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.5.0" />
<PackageReference Include="FluentAssertions" Version="4.19.2" />
Expand Down
2 changes: 1 addition & 1 deletion src/Tests/Tests.Domain/Tests.Domain.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Bogus" Version="22.1.2" />
<PackageReference Include="Elastic.Managed" Version="0.1.0-ci20180827T133305" />
<PackageReference Include="Elastic.Managed" Version="0.1.0-ci20180831T090241" />
<ProjectReference Include="..\Tests.Configuration\Tests.Configuration.csproj" />
</ItemGroup>
</Project>

0 comments on commit 75a70a4

Please sign in to comment.