diff --git a/UnitTest/License/Longbow.lic b/UnitTest/License/Longbow.lic deleted file mode 100644 index 8d0114d1..00000000 --- a/UnitTest/License/Longbow.lic +++ /dev/null @@ -1,3 +0,0 @@ - - tH0NNQQxF3DJiiPpEWlKmsCMOhp/ijYoPnWvpjAH9Nfph06YjvCg6SBgs0SLGKrp+pHKey0Lf/wN94bR7/TYcsHrX20WvxvhBPmk2REJxLyqn6M+fAQAX++XZsQH9ywhgZaM2maGN+cXO+y+5aXGvUYKKOL6dxCIRBSNtAl21swA - \ No newline at end of file diff --git a/UnitTest/TestHelper.cs b/UnitTest/TestHelper.cs index aa469cf3..15522ee6 100644 --- a/UnitTest/TestHelper.cs +++ b/UnitTest/TestHelper.cs @@ -35,7 +35,7 @@ namespace UnitTest /// public static void CopyLicense() { - var licFile = RetrievePath($"UnitTest{Path.DirectorySeparatorChar}License{Path.DirectorySeparatorChar}Longbow.lic"); + var licFile = RetrievePath($"Scripts{Path.DirectorySeparatorChar}Longbow.lic"); var targetFile = Path.Combine(AppContext.BaseDirectory, "Longbow.lic"); if (!File.Exists(targetFile))