Skip to content

Commit

Permalink
chore: fix ordering so comments are correct
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronr committed Jul 31, 2024
1 parent 02c6d2d commit e9a0cff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/minimal.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ for _, name in ipairs { "config", "data", "state", "cache" } do
end

-- Add plenary, so we can run it
vim.opt.rtp:append "./.test/telescope"
vim.opt.rtp:append "./.test/plenary"

-- Add telescope path for session-lens test
vim.opt.rtp:append "./.test/plenary"
vim.opt.rtp:append "./.test/telescope"

require "plenary"

0 comments on commit e9a0cff

Please sign in to comment.