Skip to content

Commit

Permalink
Fix path for test files search
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramo-Y committed Jul 14, 2024
1 parent 2367cd7 commit 5b1ba55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ internal class LanguageResourcesTests

private List<string> GetLanguageResourceFiles()
{
var files = Directory.GetFiles(@"..\..\..\..\BulkRename\Resources\", "*.resx").ToList();
var files = Directory.GetFiles(@"../../../../BulkRename/Resources/", "*.resx").ToList();
return files;
}

Expand Down

0 comments on commit 5b1ba55

Please sign in to comment.