1
0
Fork 0
mirror of synced 2024-07-06 15:00:49 +12:00

Missing word in test case.

This commit is contained in:
mike12345567 2024-02-28 13:37:47 +00:00
parent cd81a83b94
commit aa6fa76618

View file

@ -178,7 +178,7 @@ describe("Captures of real examples", () => {
describe("check some edge cases", () => {
const tableNames = ["hello", "world"]
it("should quoted table names", () => {
it("should handle quoted table names", () => {
const aliasing = new AliasTables(tableNames)
const aliased = aliasing.aliasField(`"hello"."field"`)
expect(aliased).toEqual(`"a"."field"`)