Skip to content

Commit

Permalink
refactor: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmx03 committed Feb 25, 2024
1 parent 9f71da8 commit 6d3bff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/setup_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ describe('dracula.setup', function()
mycolor = '#ffffff',
}
end,
on_highlight = function(colors)
on_highlights = function(colors)
return {
CustomHighlight = { fg = colors.mycolor },
}
Expand Down

0 comments on commit 6d3bff3

Please sign in to comment.