Skip to content

Commit

Permalink
fix title of 09-node-id-persistence_spec.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
chobits committed Jan 15, 2025
1 parent c2c58d5 commit ec2e241
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ for _, v in ipairs({ {"off", "off"}, {"on", "off"}, {"on", "on"}, }) do
local rpc, rpc_sync = v[1], v[2]

for _, strategy in helpers.each_strategy() do
describe("node id persistence " .. " rpc_sync=" .. rpc_sync, function()
describe("node id persistence rpc_sync = " .. rpc_sync, function()

local control_plane_config = {
role = "control_plane",
Expand Down

0 comments on commit ec2e241

Please sign in to comment.