From 741a6d4dce06445f40b5576430e3739012abf4a0 Mon Sep 17 00:00:00 2001 From: Kristijan Husak Date: Wed, 1 May 2024 13:07:01 +0200 Subject: [PATCH] ci: Fix tests --- .github/workflows/tests.yml | 2 +- test/test-goto-sibling-and-node.vim | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e80e82d..5374a3c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,7 +22,7 @@ jobs: neovim: true runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Setup Ubuntu System if: matrix.os == 'ubuntu-latest' run: | diff --git a/test/test-goto-sibling-and-node.vim b/test/test-goto-sibling-and-node.vim index 9175224..587e8d5 100644 --- a/test/test-goto-sibling-and-node.vim +++ b/test/test-goto-sibling-and-node.vim @@ -16,6 +16,7 @@ endfunction function! s:suite.should_jump_to_first_last_sibling() abort :DBUI norm oj + call themis#log(getline(1, '$')) call s:expect(line('.')).to_equal(2) exe "norm \" call s:expect(line('.')).to_equal(4)