We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d19b26 commit 7d68ec8Copy full SHA for 7d68ec8
lua/test/exec_test.lua
@@ -3,7 +3,7 @@ local kcl_lib = require("kcl_lib")
3
describe("kcl lua lib unit test", function()
4
describe("exec_program", function()
5
it("operator function in fs schema", function()
6
- local result, err = kcl.exec_program({k_filename_list=["./test_data/schema.k"]})
+ local result, err = kcl_lib.exec_program({k_filename_list=["./test_data/schema.k"]})
7
assert.is_nil(err)
8
assert.are.equal(result.yaml_result, "app:\n replicas: 2")
9
end)
0 commit comments