Skip to content

Commit

Permalink
ci: Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kristijanhusak committed May 1, 2024
1 parent 14134c6 commit 741a6d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
1 change: 1 addition & 0 deletions test/test-goto-sibling-and-node.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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 \<C-j>"
call s:expect(line('.')).to_equal(4)
Expand Down

0 comments on commit 741a6d4

Please sign in to comment.