diff --git a/tests/setup_spec.lua b/tests/setup_spec.lua index 5294bbc..a66f49f 100644 --- a/tests/setup_spec.lua +++ b/tests/setup_spec.lua @@ -9,7 +9,7 @@ describe('dracula.setup', function() mycolor = '#ffffff', } end, - on_highlight = function(colors) + on_highlights = function(colors) return { CustomHighlight = { fg = colors.mycolor }, }