Skip to content

Commit 12c7ac3

Browse files
committed
test(vnext): use spell-safe identifier fixture
1 parent 31c873b commit 12c7ac3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/vnext/__tests__/query-site.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,8 +344,8 @@ describe("partial SELECT relation query sites", () => {
344344

345345
it("collects a bounded dialect-neutral identifier superset", () => {
346346
expect(
347-
expectReady(recognize("SELECT * FROM foo$ba|r")).prefix.value,
348-
).toBe("foo$ba");
347+
expectReady(recognize("SELECT * FROM foo$use|r")).prefix.value,
348+
).toBe("foo$use");
349349
expect(
350350
expectReady(
351351
recognize("SELECT * FROM my-project.dataset.ta|", {

0 commit comments

Comments
 (0)