Missing word in test case.
This commit is contained in:
parent
cd81a83b94
commit
aa6fa76618
|
@ -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"`)
|
||||
|
|
Loading…
Reference in New Issue