diff options
| author | Alvaro Muñoz <pwntester@github.com> | 2023-01-31 10:54:56 +0100 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2023-01-31 12:23:13 +0100 |
| commit | c433b3c232e78a919f1e96b83ac4004f37f336e7 (patch) | |
| tree | 5b94f85ce9c3f6f996225eae081826e0e31242a8 /tests/indent/ql_spec.lua | |
| parent | add ql indent tests (diff) | |
| download | nvim-treesitter-c433b3c232e78a919f1e96b83ac4004f37f336e7.tar nvim-treesitter-c433b3c232e78a919f1e96b83ac4004f37f336e7.tar.gz nvim-treesitter-c433b3c232e78a919f1e96b83ac4004f37f336e7.tar.bz2 nvim-treesitter-c433b3c232e78a919f1e96b83ac4004f37f336e7.tar.lz nvim-treesitter-c433b3c232e78a919f1e96b83ac4004f37f336e7.tar.xz nvim-treesitter-c433b3c232e78a919f1e96b83ac4004f37f336e7.tar.zst nvim-treesitter-c433b3c232e78a919f1e96b83ac4004f37f336e7.zip | |
fix tests
Diffstat (limited to 'tests/indent/ql_spec.lua')
| -rw-r--r-- | tests/indent/ql_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/indent/ql_spec.lua b/tests/indent/ql_spec.lua index dc2ef719d..d68bb3e5d 100644 --- a/tests/indent/ql_spec.lua +++ b/tests/indent/ql_spec.lua @@ -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) |
