Skip to content

Commit

Permalink
Fix Rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMaddock committed Jun 7, 2020
1 parent 3f62216 commit 33a4bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NUnitEngine/nunit.engine/Runners/MasterTestRunner.cs
Expand Up @@ -56,7 +56,7 @@ public class MasterTestRunner : ITestRunner
private ITestEngineRunner _engineRunner;
private readonly IServiceLocator _services;
#if !NETSTANDARD1_6
private readonly ExtensionService _extensionService;
private readonly IExtensionService _extensionService;
#endif
#if NETFRAMEWORK
private readonly IRuntimeFrameworkService _runtimeService;
Expand Down

0 comments on commit 33a4bdd

Please sign in to comment.