Skip to content

Commit c053257

Browse files
authored
test: old name fixed in test case name (typeorm#9428)
syncSchema was renamed to synchronize but nobody updated the test case name.
1 parent 16c1841 commit c053257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/connection/connection.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ describe("Connection", () => {
202202
// }));
203203
})
204204

205-
describe("generate a schema when connection.syncSchema is called", function () {
205+
describe("generate a schema when connection.synchronize is called", function () {
206206
let connections: DataSource[]
207207
before(() =>
208208
createTestingConnections({

0 commit comments

Comments
 (0)