diff options
Diffstat (limited to 'lua/cursor.lua')
| -rw-r--r-- | lua/cursor.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/cursor.lua b/lua/cursor.lua index 06d31a1..a42bd52 100644 --- a/lua/cursor.lua +++ b/lua/cursor.lua @@ -1,4 +1,4 @@ -local busted = require 'busted.runner'() +require 'busted.runner'() local win = vis.win @@ -30,7 +30,7 @@ describe("win.cursor", function() end) describe("win.cursor.pos", function() - + it("= 0", function() win.cursor.pos = 0 assert.are.equal(0, win.cursor.pos) |
