Skip to content

Commit

Permalink
Bump DryIoc.Internal from 4.5.0 to 4.5.1 (#403)
Browse files Browse the repository at this point in the history
* Bump DryIoc.Internal from 4.5.0 to 4.5.1

Bumps [DryIoc.Internal](https://github.com/dadhi/DryIoc) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/dadhi/DryIoc/releases)
- [Commits](dadhi/DryIoc@v4.5.0...v4.5.1)

Signed-off-by: dependabot[bot] <[email protected]>

* retry test

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: David Driscoll <[email protected]>
  • Loading branch information
dependabot[bot] and david-driscoll authored Oct 30, 2020
1 parent 3cae4fc commit b666c76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
<PackageReference Update="CodeGeneration.Roslyn.Tool" Version="0.7.63" PrivateAssets="all" />
<PackageReference Update="Microsoft.CodeAnalysis.CSharp" Version="3.4.0" />
<PackageReference Update="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.4.0" />
<PackageReference Update="DryIoc.Internal" Version="4.5.0" />
<PackageReference Update="DryIoc.Internal" Version="4.5.1" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion test/Lsp.Tests/Integration/ExtensionTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public ExtensionTests(ITestOutputHelper outputHelper) : base(new JsonRpcTestOpti
{
}

[Fact]
[RetryFact]
public async Task Should_Support_Custom_Capabilities()
{
var onDiscoverHandler = Substitute.For<Func<DiscoverUnitTestsParams, UnitTestCapability, CancellationToken, Task<Container<UnitTest>>>>();
Expand Down

0 comments on commit b666c76

Please sign in to comment.