Skip to content

Commit 3260a8e

Browse files
authored
Merge pull request #386 from ml054/v5.2
RDBC-745 using correct factory name
2 parents 3340d54 + e5c726f commit 3260a8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Ported/Documents/Operations/ConnectionStringsTest.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ describe("ConnectionStringsTest", function () {
2929
});
3030

3131
const sqlConnectionString1 = Object.assign(new SqlConnectionString(), {
32-
factoryName: "test",
32+
factoryName: "MySql.Data.MySqlClient",
3333
connectionString: "test",
3434
name: "s1"
3535
});
@@ -106,4 +106,4 @@ describe("ConnectionStringsTest", function () {
106106
.hasSize(0);
107107
});
108108

109-
});
109+
});

0 commit comments

Comments
 (0)