From 4f1825c8e483f704b0449e15af5b65fea57269a7 Mon Sep 17 00:00:00 2001 From: Christian Leucht <3417446+Chrico@users.noreply.github.com> Date: Fri, 10 May 2024 08:51:51 +0200 Subject: [PATCH] Update tests/unit/PackageTest.php Co-authored-by: Giuseppe Mazzapica Signed-off-by: Christian Leucht <3417446+Chrico@users.noreply.github.com> --- tests/unit/PackageTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/PackageTest.php b/tests/unit/PackageTest.php index f367217..4879ec0 100644 --- a/tests/unit/PackageTest.php +++ b/tests/unit/PackageTest.php @@ -703,7 +703,7 @@ function (\Throwable $throwable): void { } /** - * Test we can not connect services when the package how call connect is built. + * Test we can not connect services when the package that calls connect() is built. * * @test */