1
0
Fork 0
mirror of synced 2024-10-05 04:25:21 +13:00

Small rename

This commit is contained in:
Adria Navarro 2024-10-03 10:44:58 +02:00
parent 36e304aaf5
commit 9ba759093e

View file

@ -176,8 +176,8 @@ describe.each([
return viewId return viewId
}, },
], ],
])("from %s", (tableOrView, createTableOrView) => { ])("from %s", (sourceType, createTableOrView) => {
const isView = tableOrView === "view" const isView = sourceType === "view"
if (isView && isLucene) { if (isView && isLucene) {
// Some tests don't have the expected result in views via lucene, and given that it is getting deprecated, we exclude them from the tests // Some tests don't have the expected result in views via lucene, and given that it is getting deprecated, we exclude them from the tests