From 62fff9853ec326a21a3891b4d5a212dd69ba86a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sun, 5 Mar 2017 11:14:59 +0100 Subject: test/lua: fix luacheck warnings --- lua/cursor.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lua/cursor.lua') 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) -- cgit v1.2.3