Skip to content

Commit

Permalink
Issue #684: Now use spiderT to build mpathA for dbT and update tests …
Browse files Browse the repository at this point in the history
…and fix Spider_spec.lua
  • Loading branch information
Robert McLay committed Jan 18, 2024
1 parent cde7d22 commit 2c739a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/Spider/Spider_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ describe("Testing Spider Class #Spider.",

local dbT = {}
--dbg:activateDebug(1)
spider:buildDbT({mpath}, optionTbl.mpathMapT, spiderT, dbT)
spider:buildDbT(optionTbl.mpathMapT, spiderT, dbT)
local _dbT = {}
sanizatizeTbl(rplmntA, dbT, _dbT)
local gold_dbT = {
Expand Down

0 comments on commit 2c739a3

Please sign in to comment.