Skip to content

Commit 3c70833

Browse files
committed
Update sources test to include checking of sqlReferences
Signed-off-by: worksofliam <mrliamallan@live.co.uk>
1 parent 6cefb50 commit 3c70833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/suite/sources.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ test("Generic reference tests", { timeout }, async () => {
6868
}
6969

7070
const checkScope = async (scope: Cache) => {
71-
for (const def of [...scope.variables, ...scope.subroutines, ...scope.procedures, ...scope.constants, ...scope.structs, ...scope.files, ...scope.tags]) {
71+
for (const def of [...scope.variables, ...scope.subroutines, ...scope.procedures, ...scope.constants, ...scope.structs, ...scope.files, ...scope.tags, ...scope.sqlReferences]) {
7272
await checkReferences(def);
7373

7474
if (def.subItems && def.subItems.length > 0) {

0 commit comments

Comments
 (0)