Skip to content

Commit

Permalink
Fix CI tests path
Browse files Browse the repository at this point in the history
  • Loading branch information
timokoessler committed May 9, 2024
1 parent 94d593c commit baf4507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Guard.Test/Core/Translations.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class Translations
private List<XDocument> resources = [];
private readonly string translationFolder = Path.Combine(
AppDomain.CurrentDomain.BaseDirectory,
"../../../../../Guard/Resources/"
"../../../../Guard/Resources/"
);

public Translations()
Expand Down

0 comments on commit baf4507

Please sign in to comment.