Skip to content

Commit

Permalink
Update engine to 3.13 (#927)
Browse files Browse the repository at this point in the history
* Update engine to 3.13

* Update engine to 3.13

* Update engine to 3.13
  • Loading branch information
OsirisTerje authored Dec 11, 2021
1 parent e80964e commit c499397
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/NUnitTestAdapter/NUnit.TestAdapter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@

<ItemGroup>
<PackageReference Include="SourceLink.Create.CommandLine" Version="2.8.3" PrivateAssets="All" />
<PackageReference Include="nunit.engine" Version="3.12.0" />
<PackageReference Include="TestCentric.Metadata" Version="1.4.1" Aliases="TestCentric" />
<PackageReference Include="nunit.engine" Version="3.13.0" />
<PackageReference Include="TestCentric.Metadata" Version="1.7.1" Aliases="TestCentric" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net35'">
Expand Down
2 changes: 1 addition & 1 deletion src/NUnitTestAdapterTests/TestAdapterUtils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ private static void InitializeForTesting(NUnitTestAdapter adapter)
concreteEngineType.Services.Add(new ProjectService());
concreteEngineType.Services.Add(new RuntimeFrameworkService());
concreteEngineType.Services.Add(new DefaultTestRunnerFactory());
concreteEngineType.Services.Add(new TestAgency("TestAgency for " + TestContext.CurrentContext.Test.Name, 0));
concreteEngineType.Services.Add(new TestAgency()); // "TestAgency for " + TestContext.CurrentContext.Test.Name, 0));
concreteEngineType.Services.Add(new ResultService());
concreteEngineType.Services.Add(new TestFilterService());
};
Expand Down

0 comments on commit c499397

Please sign in to comment.