From e471c99d5f0847ae577839e72c7c91b6a1ab34a0 Mon Sep 17 00:00:00 2001 From: Dima Hutsuliak Date: Sun, 7 Jul 2024 11:18:38 +0200 Subject: [PATCH] Update Tests/ScipioKitTests/DescriptionPackageTests.swift Co-authored-by: Kohki Miki --- Tests/ScipioKitTests/DescriptionPackageTests.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Tests/ScipioKitTests/DescriptionPackageTests.swift b/Tests/ScipioKitTests/DescriptionPackageTests.swift index 1fa49708..c4e74a27 100644 --- a/Tests/ScipioKitTests/DescriptionPackageTests.swift +++ b/Tests/ScipioKitTests/DescriptionPackageTests.swift @@ -80,7 +80,8 @@ final class DescriptionPackageTests: XCTestCase { "MyTarget", "ExecutableTarget", "MyPlugin", - ] + ], + "Order of the resolved products should be correct" ) }