Skip to content

Commit

Permalink
fix dotnet tests path
Browse files Browse the repository at this point in the history
  • Loading branch information
boydc2014 committed May 5, 2020
1 parent 2370c68 commit bb7ef35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BotProject/Templates/CSharp/Tests/ActionsTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class ActionsTests
{
private static string getOsPath(string path) => Path.Combine(path.TrimEnd('\\').Split('\\'));

private static readonly string samplesDirectory = getOsPath(@"..\..\..\..\..\..\..\Composer\packages\server\assets\projects");
private static readonly string samplesDirectory = getOsPath(@"..\..\..\..\..\..\..\Composer\packages\plugins\samples\assets\projects");

private static string getFolderPath(string path)
{
Expand Down

0 comments on commit bb7ef35

Please sign in to comment.