Skip to content

Commit

Permalink
Merge pull request #91 from RocketSurgeonsGuild/dependabot/nuget/mast…
Browse files Browse the repository at this point in the history
…er/Rocket.Surgery.Extensions.Testing.FakeItEasy-3.2.1
  • Loading branch information
dependabot-preview[bot] committed Nov 10, 2019
2 parents bb4b95c + 8dce3ea commit b3aab4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<PackageReference Update="Terminal.Gui" Version="0.24.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Update="Rocket.Surgery.Extensions.Testing.FakeItEasy" Version="3.0.1" />
<PackageReference Update="Rocket.Surgery.Extensions.Testing.FakeItEasy" Version="3.2.1" />
<PackageReference Update="Bogus" Version="28.4.1" />
<PackageReference Update="coverlet.collector" Version="1.1.0" />
<PackageReference Update="coverlet.msbuild" Version="2.7.0" />
Expand Down
3 changes: 2 additions & 1 deletion test/CommandLine.Tests/CommandLineBuilderTests.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
Expand Down Expand Up @@ -280,6 +280,7 @@ public async Task<int> OnExecuteAsync(IService service)
public void SupportsInjection_Without_Creating_The_SubContainer()
{
AutoFake.Provide<IAssemblyProvider>(new TestAssemblyProvider());
AutoFake.Provide<IServiceProvider>(A.Fake<IServiceProvider>());
var builder = AutoFake.Resolve<CommandLineBuilder>();

var sp = AutoFake.Resolve<IServiceProvider>();
Expand Down

0 comments on commit b3aab4b

Please sign in to comment.