Skip to content

Commit 3bf7a2a

Browse files
committed
chore: bumpv version
1 parent 49eda4a commit 3bf7a2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Realtime.MixProject do
44
def project do
55
[
66
app: :realtime,
7-
version: "2.58.0",
7+
version: "2.58.1",
88
elixir: "~> 1.18",
99
elixirc_paths: elixirc_paths(Mix.env()),
1010
start_permanent: Mix.env() == :prod,

test/realtime/extensions/cdc_rls/cdc_rls_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ defmodule Realtime.Extensions.CdcRlsTest do
418418
}
419419
end
420420

421-
test "subscription error rate limit", %{tenant: tenant, conn: conn, node: node} do
421+
test "subscription error rate limit", %{tenant: tenant, node: node} do
422422
%Tenant{extensions: extensions, external_id: external_id} = tenant
423423
postgres_extension = PostgresCdc.filter_settings("postgres_cdc_rls", extensions)
424424

0 commit comments

Comments
 (0)