Skip to content

Commit

Permalink
Merge pull request #485 from tonyhallett/publish-http-timeout
Browse files Browse the repository at this point in the history
force actions
  • Loading branch information
tonyhallett authored Feb 24, 2025
2 parents 200634a + 64b7883 commit e945f0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace FineCodeCoverage.Engine.MsTestPlatform.CodeCoverage
[Export(typeof(IVsRunSettingsWriter))]
internal class VsRunSettingsWriter : IVsRunSettingsWriter
{
private const string projectRunSettingsFilePathElementName = "RunSettingsFilePath";
private const string projectRunSettingsFilePathElementName = "RunSettingsFilePath";
private readonly IServiceProvider serviceProvider;
private readonly IProjectSaver projectSaver;
private readonly IProjectFilePropertyWriter projectFilePropertyWriter;
Expand Down

0 comments on commit e945f0b

Please sign in to comment.