Skip to content

Commit

Permalink
style clean
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw committed Nov 5, 2024
1 parent 747bd6a commit a32e791
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/02-integration/18-hybrid_rpc/01-rpc_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local helpers = require "spec.helpers"
local cjson = require("cjson.safe")

-- we need incremental sync to verify rpc
for _, inc_sync in ipairs { "on" } do
for _, inc_sync in ipairs { "on" } do
for _, strategy in helpers.each_strategy() do
describe("Hybrid Mode RPC #" .. strategy .. " inc_sync=" .. inc_sync, function()

Expand Down
2 changes: 1 addition & 1 deletion spec/02-integration/18-hybrid_rpc/04-concentrator_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ end


-- we need incremental sync to verify rpc
for _, inc_sync in ipairs { "on" } do
for _, inc_sync in ipairs { "on" } do
for _, strategy in helpers.each_strategy() do
describe("Hybrid Mode RPC over DB concentrator #" .. strategy .. " inc_sync=" .. inc_sync, function()

Expand Down

0 comments on commit a32e791

Please sign in to comment.