Skip to content

Commit 540efd0

Browse files
committed
[fix] failed tests path fix
1 parent 53a87f1 commit 540efd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Simplify.Web.Tests/Modules/Data/FileReaderTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace Simplify.Web.Tests.Modules.Data
1111
[TestFixture]
1212
public class FileReaderTests
1313
{
14-
public const string DataPath = "WebSites\\FooSite\\App_Data\\";
14+
public const string DataPath = "WebSites/FooSite/App_Data/";
1515

1616
private Mock<ILanguageManagerProvider> _languageManagerProvider = null!;
1717
private Mock<ILanguageManager> _languageManager = null!;

0 commit comments

Comments
 (0)