From 566f2bb1dd189153a0f1b93fdac0c2341989c7f0 Mon Sep 17 00:00:00 2001 From: Lawrence Forooghian Date: Mon, 27 Oct 2025 09:12:29 -0300 Subject: [PATCH] Fix copy-and-paste error in cba389c --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index fab56e11a..786dd610e 100644 --- a/Package.swift +++ b/Package.swift @@ -84,7 +84,7 @@ let package = Package( ], path: "Test/AblyTesting" ), - // Provides test helpers written in Objective-C (they can't be part of AblyTests because SPM doesn't allow mixed-language targets). + // Provides test helpers written in Objective-C (they can't be part of AblyTesting because SPM doesn't allow mixed-language targets). .target( name: "AblyTestingObjC", path: "Test/AblyTestingObjC",