diff --git a/test/color/theme.vader b/test/color/theme.vader index 14158b94e..16adeac46 100644 --- a/test/color/theme.vader +++ b/test/color/theme.vader @@ -2,6 +2,6 @@ Execute ( SpaceVim statusline theme ): let g:_spacevim_built_in_themes = map(split(globpath('.', 'autoload/SpaceVim/mapping/guide/theme/*.vim'), "\n"), 'fnamemodify(v:val, ":t:r")') for theme in g:_spacevim_built_in_themes Log 'testing theme: ' . theme - AssertEqual len(call('SpaceVim#mapping#guide#theme#' . theme . '#palette', [])), 9 + AssertEqual len(call('SpaceVim#mapping#guide#theme#' . theme . '#palette', [])), 10 endfor