Skip to content

Commit 7d68ec8

Browse files
committed
chore: bump kcl to kcl_lib
Signed-off-by: peefy <[email protected]>
1 parent 3d19b26 commit 7d68ec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/test/exec_test.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ local kcl_lib = require("kcl_lib")
33
describe("kcl lua lib unit test", function()
44
describe("exec_program", function()
55
it("operator function in fs schema", function()
6-
local result, err = kcl.exec_program({k_filename_list=["./test_data/schema.k"]})
6+
local result, err = kcl_lib.exec_program({k_filename_list=["./test_data/schema.k"]})
77
assert.is_nil(err)
88
assert.are.equal(result.yaml_result, "app:\n replicas: 2")
99
end)

0 commit comments

Comments
 (0)