Skip to content

Commit

Permalink
fix mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw committed Sep 14, 2024
1 parent c6f36b5 commit 59d4bd1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion spec/helpers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1694,7 +1694,7 @@ end
signal_workers = cmd.signal_workers,

-- returns the plugins and version list that is used by Hybrid mode tests
get_plugins_list = DB.clone_plugins_list(),
get_plugins_list = DB.clone_plugins_list,

get_available_port = get_available_port,

Expand Down
1 change: 0 additions & 1 deletion spec/internal/db.lua
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,6 @@ end

-- returns the plugins and version list that is used by Hybrid mode tests
local function clone_plugins_list()
local PLUGINS_LIST = get_plugins_list()
assert(PLUGINS_LIST, "plugin list has not been initialized yet, " ..
"you must call get_db_utils first")
return table_clone(PLUGINS_LIST)
Expand Down

0 comments on commit 59d4bd1

Please sign in to comment.