Small rename
This commit is contained in:
parent
36e304aaf5
commit
9ba759093e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue