mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
fixed #513 conflicts
This commit is contained in:
parent
d4ee9f0179
commit
3e7647d282
@ -60,7 +60,7 @@ describe("github issues > #513 Incorrect time/datetime types for SQLite", () =>
|
||||
});
|
||||
|
||||
// Expect "time" type to translate to SQLite type "TEXT"
|
||||
columnType.should.equal("text");
|
||||
columnType.should.equal("time");
|
||||
})));
|
||||
|
||||
it("should persist correct type in datetime column in sqlite", () => Promise.all(connections.map(async connection => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user