Skip to content

Commit 4f3d890

Browse files
committed
fix connection string
1 parent 8a1cc39 commit 4f3d890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Migrator.Tests/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
{
1616
"Id": "Oracle",
17-
"ConnectionString": "Data Source=//localhost:1521/XEPDB1;User Id=test;Password=test;"
17+
"ConnectionString": "Data Source=//localhost:1521/FREEPDB1;User Id=test;Password=test;"
1818
},
1919
{
2020
"Id": "MySQL",

0 commit comments

Comments
 (0)