Skip to content

Commit

Permalink
keep obtain_dp_node_id
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw committed Oct 16, 2024
1 parent 56ed930 commit 3f9b51d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/02-integration/18-hybrid_rpc/04-concentrator_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ local helpers = require "spec.helpers"
local cjson = require("cjson.safe")


--[[
-- keep it for future usage
local function obtain_dp_node_id()
local dp_node_id
Expand All @@ -25,6 +27,7 @@ local function obtain_dp_node_id()
return dp_node_id
end
--]]


for _, inc_sync in ipairs { "on", "off" } do
Expand Down

0 comments on commit 3f9b51d

Please sign in to comment.