Skip to content

Commit

Permalink
fixup! fix: symlinked files cannot be highlighted when hovered
Browse files Browse the repository at this point in the history
  • Loading branch information
mikavilpas committed Jul 16, 2024
1 parent 7a0de28 commit f54534a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/yazi/renameable_buffer_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ describe('the RenameableBuffer class', function()
return file_path
end

it('#focus matches when the file is a symlink', function()
it('matches when the file is a symlink', function()
local file1_path = create_temp_file('_file1')
local file2_path = vim.fn.tempname() .. '_file2'

Expand Down

0 comments on commit f54534a

Please sign in to comment.