Skip to content

Commit 89376a1

Browse files
committed
test: renamed PackageFile
1 parent cf3970b commit 89376a1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

vector/tests/test_spec.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ local spath =
44
if spath == "" then
55
spath = "./"
66
end
7-
require(spath .. "package")
7+
require(spath .. "ccPackage")
88
local vector = require("vector")
99

1010
describe('Vector', function()

0 commit comments

Comments
 (0)