From 92cddd75c3bd17ad5706a192698e6ee841204931 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Tue, 3 Feb 2026 02:51:48 -0500 Subject: [PATCH] fix(test): remove old test --- spec/init_spec.lua | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/spec/init_spec.lua b/spec/init_spec.lua index 84fbc99..8311377 100644 --- a/spec/init_spec.lua +++ b/spec/init_spec.lua @@ -204,17 +204,6 @@ describe('diffs', function() close_window(win) end) - it('does nothing when enabled=false', function() - diffs.setup({ enabled = false }) - local win, _ = create_diff_window() - diffs.attach_diff() - - local whl = vim.api.nvim_get_option_value('winhighlight', { win = win }) - assert.are.equal('', whl) - - close_window(win) - end) - it('is idempotent', function() local win, _ = create_diff_window() assert.has_no.errors(function()