Skip to content

Commit

Permalink
Fix call
Browse files Browse the repository at this point in the history
  • Loading branch information
yngvar-antonsson committed Jan 14, 2025
1 parent c00ae63 commit be3b74e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/expel_test.lua
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ function g.test_api()
return membership.members()
end)

g.cluster.helpers.retrying({}, function ()
g.cluster:retrying({}, function ()
t.assert_equals(ret[g.cluster:server('A-2').advertise_uri].status, 'left')
end)
end

0 comments on commit be3b74e

Please sign in to comment.