From 88692c6f2f60e77acd274fd06636afc9b7bd9b41 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..5a88329 100644 --- a/test/test-goto-sibling-and-node.vim +++ b/test/test-goto-sibling-and-node.vim @@ -23,6 +23,7 @@ function! s:suite.should_jump_to_first_last_sibling() abort call s:expect(line('.')).to_equal(2) norm 2jojo call s:expect(line('.')).to_equal(5) + call themis#log(getline(1, '$')) exe "norm \" call s:expect(line('.')).to_equal(13) exe "norm \"