Add test function to pass test test
This commit is contained in:
parent
ab53dc9d3a
commit
62a27f444f
|
@ -1,3 +1,7 @@
|
||||||
local nextfile = {}
|
local nextfile = {}
|
||||||
|
|
||||||
|
function nextfile.nextfile()
|
||||||
|
return true
|
||||||
|
end
|
||||||
|
|
||||||
return nextfile
|
return nextfile
|
||||||
|
|
Loading…
Reference in New Issue