Fix skill migration test regressions
Use an explicit remote clipboard card after removing local clipboard hints and assert the complete set of newly migrated default skills.
This commit is contained in:
@@ -130,7 +130,14 @@ final class OfficialSkillCatalogTests: XCTestCase {
|
||||
|
||||
XCTAssertEqual(
|
||||
migrated.enabledIDs,
|
||||
[AIClipboardSkillCatalog.replyID, "official.rewrite"]
|
||||
[
|
||||
AIClipboardSkillCatalog.replyID,
|
||||
AIClipboardSkillCatalog.openLinkID,
|
||||
AIClipboardSkillCatalog.summarizeWebPageID,
|
||||
AIClipboardSkillCatalog.callPhoneID,
|
||||
AIClipboardSkillCatalog.createContactID,
|
||||
"official.rewrite"
|
||||
]
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user