fix tests

This commit is contained in:
Alvaro Muñoz 2023-01-31 10:54:56 +01:00 committed by Stephan Seitz
parent 9d6d348418
commit c433b3c232
2 changed files with 1 additions and 4 deletions

View file

@ -1,9 +1,6 @@
import go
module Test {
class Foo extends Type {
Foo() { this.getName() = "Foo" }
}
}
select 1

View file

@ -16,5 +16,5 @@ describe("indent Lua:", function()
end)
describe("new line:", function()
run:new_line("module.ql", { on_line = 6, text = "predicate test() {}", indent = 2 })
run:new_line("module.ql", { on_line = 3, text = "predicate test() {}", indent = 2 })
end)