Skip to content

Commit 215cb47

Browse files
Revert "chore(tests): Replace plenary with plenary-busted"
This reverts commit 3f00cec.
1 parent 935cad7 commit 215cb47

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

tests/minimal_init.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
vim.g.loaded_netrwPlugin = 1
21
local M = {}
32
---
43
---@class OrgMinPlugin A plugin to download and register on the package path
@@ -82,7 +81,7 @@ function M.setup(plugins)
8281
end
8382

8483
M.setup({
85-
plenary = 'https://github.com/monkoose/plenary-busted',
84+
plenary = 'https://github.com/nvim-lua/plenary.nvim.git',
8685
})
8786
-- WARN: Do all plugin setup, test runs, reproductions, etc. AFTER calling setup with a list of plugins!
8887
-- Basically, do all that stuff AFTER this line.

tests/test.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ else
2323
print('Individual Test File/Directory provided: ' .. test_file)
2424
end
2525

26-
require('plenary-busted.test_harness').test(test_file, {
26+
require('plenary.test_harness').test_directory(test_file, {
2727
minimal_init = 'tests/minimal_init.lua',
2828
sequential = true,
2929
})

0 commit comments

Comments
 (0)