fix(test): rename
This commit is contained in:
parent
67116f38bc
commit
0ae692bce7
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ describe('highlight', function()
|
|||
local ns
|
||||
|
||||
before_each(function()
|
||||
ns = vim.api.nvim_create_namespace('fugitive_ts_test')
|
||||
ns = vim.api.nvim_create_namespace('diffs_test')
|
||||
local diff_add = vim.api.nvim_get_hl(0, { name = 'DiffAdd' })
|
||||
local diff_delete = vim.api.nvim_get_hl(0, { name = 'DiffDelete' })
|
||||
vim.api.nvim_set_hl(0, 'DiffsAdd', { bg = diff_add.bg })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue