diff options
Diffstat (limited to 'test/functional/legacy/search_mbyte_spec.lua')
-rw-r--r-- | test/functional/legacy/search_mbyte_spec.lua | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/functional/legacy/search_mbyte_spec.lua b/test/functional/legacy/search_mbyte_spec.lua index 632d95b444..6457567176 100644 --- a/test/functional/legacy/search_mbyte_spec.lua +++ b/test/functional/legacy/search_mbyte_spec.lua @@ -1,10 +1,10 @@ -local t = require('test.functional.testutil')() +local n = require('test.functional.testnvim')() -local poke_eventloop = t.poke_eventloop -local clear = t.clear -local insert = t.insert -local expect = t.expect -local command = t.command +local poke_eventloop = n.poke_eventloop +local clear = n.clear +local insert = n.insert +local expect = n.expect +local command = n.command describe('search_mbyte', function() before_each(clear) |