Skip to content

Commit

Permalink
test: fix minor regression
Browse files Browse the repository at this point in the history
  • Loading branch information
lervag committed Oct 17, 2021
1 parent 83abc4e commit 0824ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-syntax/test-various-packages.vim
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ silent edit test-various-packages.tex

if empty($INMAKE) | finish | endif

call assert_equal(10, len(filter(b:vimtex_syntax, 'v:val.__loaded')))
call assert_equal(11, len(filter(b:vimtex_syntax, 'v:val.__loaded')))

call vimtex#test#finished()

0 comments on commit 0824ade

Please sign in to comment.