Skip to content

Commit 203ee5b

Browse files
author
Roberto Garcia
committed
Updated appsettings.json file path in MySqlX.Data.Tests project.
1 parent c809069 commit 203ee5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/MySqlX.Data.Tests/BaseTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public class BaseTest : IDisposable
4343
public static string ConnectionStringRoot { get; private set; }
4444

4545
#if NETCORE10
46-
private static ConfigUtils config = new ConfigUtils("appsettings.json");
46+
private static ConfigUtils config = new ConfigUtils(Path.GetFullPath(@"../..") + @"/appsettings.json");
4747
#endif
4848

4949
static BaseTest()

0 commit comments

Comments
 (0)