Skip to content

Commit

Permalink
chore: bump kcl to kcl_lib
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Aug 17, 2024
1 parent 3d19b26 commit 7d68ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/test/exec_test.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local kcl_lib = require("kcl_lib")
describe("kcl lua lib unit test", function()
describe("exec_program", function()
it("operator function in fs schema", function()
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"]})
assert.is_nil(err)
assert.are.equal(result.yaml_result, "app:\n replicas: 2")
end)
Expand Down

0 comments on commit 7d68ec8

Please sign in to comment.