aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/ql_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/indent/ql_spec.lua')
-rw-r--r--tests/indent/ql_spec.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/indent/ql_spec.lua b/tests/indent/ql_spec.lua
index cc648091e..cfdce9077 100644
--- a/tests/indent/ql_spec.lua
+++ b/tests/indent/ql_spec.lua
@@ -16,9 +16,9 @@ describe("indent Lua:", function()
end)
describe("new line:", function()
- run:new_line("module.ql", { on_line = 3, text = "predicate foo() {}", indent = 2 })
+ run:new_line("module.ql", { on_line = 1, text = "predicate foo() {}", indent = 2 })
end)
describe("new line:", function()
- run:new_line("module.ql", { on_line = 4, text = "predicate foo() {}", indent = 2 })
+ run:new_line("module.ql", { on_line = 2, text = "predicate foo() {}", indent = 2 })
end)