fixed #513 conflicts

This commit is contained in:
Umed Khudoiberdiev 2017-06-15 22:47:57 +05:00
parent d4ee9f0179
commit 3e7647d282

View File

@ -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 => {