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