mirror of
https://github.com/neovim/neovim.git
synced 2025-01-01 17:23:36 -07:00
unittest: Move FileInfo tests one level up
This commit is contained in:
parent
80e421fe8d
commit
c798611771
@ -461,6 +461,7 @@ describe('fs function', function()
|
||||
eq(false, (os_isdir('unit-test-directory/new-dir')))
|
||||
end)
|
||||
end)
|
||||
end)
|
||||
|
||||
describe('FileInfo', function()
|
||||
function file_info_new()
|
||||
@ -651,5 +652,4 @@ describe('fs function', function()
|
||||
end)
|
||||
end)
|
||||
end)
|
||||
end)
|
||||
end)
|
||||
|
Loading…
Reference in New Issue
Block a user