Skip to content

Commit 5170ca3

Browse files
deiningalerque
authored andcommitted
test: Correct load path for cliargs.core
1 parent 12e4ebc commit 5170ca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/core_spec.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ describe("cliargs::core", function()
44
local cli
55

66
before_each(function()
7-
cli = require("cliargs.core")()
7+
cli = require("../src.cliargs.core")()
88
end)
99

1010
describe('#parse', function()

0 commit comments

Comments
 (0)