@kestra-io/ui-libs 0.0.265 → 0.0.266
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1704,8 +1704,8 @@ describe("getTypeAtPosition", () => {
|
|
|
1704
1704
|
lineNumber:9,
|
|
1705
1705
|
column: 15
|
|
1706
1706
|
}, [
|
|
1707
|
-
|
|
1708
|
-
|
|
1707
|
+
"io.kestra.plugin.jdbc.sqlserver.Query",
|
|
1708
|
+
"io.kestra.plugin.core.log.Log"
|
|
1709
1709
|
]); // line 9, column 15 corresponds to io.kestra.plugin.jdbc.sqlserver.Query
|
|
1710
1710
|
expect(result).toBe("io.kestra.plugin.jdbc.sqlserver.Query");
|
|
1711
1711
|
});
|