Skip to content

Commit

Permalink
Remove now-unused properties
Browse files Browse the repository at this point in the history
  • Loading branch information
rmunn committed Aug 26, 2024
1 parent 0d1e52f commit 6844012
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/LfMerge.Core.Tests/E2E/E2ETestBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ public class E2ETestBase
public LfMerge.Core.Logging.ILogger Logger => MainClass.Logger;
public TemporaryFolder TempFolderForClass { get; set; }
public TemporaryFolder TempFolderForTest { get; set; }
public TemporaryFolder TestDataFolder { get; set; }
public TemporaryFolder LcmDataFolder { get; set; }
public string Sena3ZipPath { get; set; }
private readonly HashSet<Guid> ProjectIdsToDelete = [];
public SRTestEnvironment TestEnv { get; set; }
Expand Down

0 comments on commit 6844012

Please sign in to comment.