fix(test): rename

This commit is contained in:
Barrett Ruth 2026-02-02 22:09:27 -05:00
parent 67116f38bc
commit 0ae692bce7

View file

@ -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 })