diff --git a/Library/Tests/CommonLibraryTests/MigrationManagerTests.swift b/Library/Tests/CommonLibraryTests/MigrationManagerTests.swift index a17b717d..ddab112d 100644 --- a/Library/Tests/CommonLibraryTests/MigrationManagerTests.swift +++ b/Library/Tests/CommonLibraryTests/MigrationManagerTests.swift @@ -74,7 +74,7 @@ extension MigrationManagerTests { } XCTAssertEqual(migrated.id, uuid) XCTAssertEqual(migrated.name, "foobar") - XCTAssertEqual(migrated.userInfo?["user"], "info") + XCTAssertEqual((migrated.userInfo as? [String: String])?["user"], "info") } func test_givenStrategy_whenMigrateProfiles_thenReturnsMigratedWithUpdates() async throws { diff --git a/Passepartout/Passepartout.xctestplan b/Passepartout/Passepartout.xctestplan index 22917b2a..2cec84e7 100644 --- a/Passepartout/Passepartout.xctestplan +++ b/Passepartout/Passepartout.xctestplan @@ -13,35 +13,31 @@ }, "testTargets" : [ { - "parallelizable" : true, "target" : { - "containerPath" : "container:Passepartout\/Library", - "identifier" : "AppUIMainTests", - "name" : "AppUIMainTests" - } - }, - { - "parallelizable" : true, - "target" : { - "containerPath" : "container:Passepartout\/Library", + "containerPath" : "container:Library", "identifier" : "UILibraryTests", "name" : "UILibraryTests" } }, { - "parallelizable" : true, "target" : { - "containerPath" : "container:Passepartout\/Library", - "identifier" : "CommonLibraryTests", - "name" : "CommonLibraryTests" + "containerPath" : "container:Library", + "identifier" : "LegacyV2Tests", + "name" : "LegacyV2Tests" } }, { - "parallelizable" : true, "target" : { - "containerPath" : "container:Passepartout\/Library", - "identifier" : "LegacyV2Tests", - "name" : "LegacyV2Tests" + "containerPath" : "container:Library", + "identifier" : "AppUIMainTests", + "name" : "AppUIMainTests" + } + }, + { + "target" : { + "containerPath" : "container:Library", + "identifier" : "CommonLibraryTests", + "name" : "CommonLibraryTests" } }, {