From 595439a2574ad58f38e867881dfd06af12b9713e Mon Sep 17 00:00:00 2001 From: ruslandoga <67764432+ruslandoga@users.noreply.github.com> Date: Mon, 11 Nov 2024 18:27:19 +0700 Subject: [PATCH] add another failing test --- integration_test/cases/info_test.exs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/integration_test/cases/info_test.exs b/integration_test/cases/info_test.exs index 5d815d5..ff5273e 100644 --- a/integration_test/cases/info_test.exs +++ b/integration_test/cases/info_test.exs @@ -57,4 +57,6 @@ defmodule InfoTest do connect: _ ] = A.record(agent) end + + test "handle_info's disconnect with connection checked out" end