Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ptr727 committed May 6, 2023
1 parent cd4badb commit 156d4ea
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions PlexCleanerTests/PlexCleanerTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ public static string GetSampleFilePath(string fileName)
string? assemblyDirectory = Path.GetDirectoryName(entryAssembly.Location);
Debug.Assert(assemblyDirectory != null);

// Get the Samples directory 4 levels up
// C:\Users\piete\source\repos\ptr727\PlexCleaner\PlexCleanerTests\bin\Debug\net6.0
// C:\Users\piete\source\repos\ptr727\PlexCleaner\Samples\PlexCleaner
// Get the Samples directory
string samplesDirectory = Path.GetFullPath(Path.Combine(assemblyDirectory, SamplesDirectory));

// Create the file path
Expand Down

0 comments on commit 156d4ea

Please sign in to comment.