diff --git a/tests/patent-assignee-check/functional-with-country.toml b/tests/patent-assignee-check/functional-with-country.toml index fa0c0bb..7cc1ff3 100644 --- a/tests/patent-assignee-check/functional-with-country.toml +++ b/tests/patent-assignee-check/functional-with-country.toml @@ -5,7 +5,7 @@ description = "Verify patent-assignee-check skill works with country filter" timeout = 120 test_prompt = """ -Find all spelling variations of Salesforce assignee name in US patents (country: US). Check how Salesforce appears in patent databases. +Find all spelling variations of Toyota assignee name in Japanese patents (country: JP). Check how Toyota appears in patent databases. """ [[checks]] @@ -26,4 +26,4 @@ command = { command = "mcp-success", tool = "search_patents" } [[checks]] name = "country_parameter_used" -command = { command = "tool-param", tool = "search_patents", param = "country", value = "US" } +command = { command = "tool-param", tool = "search_patents", param = "country", value = "JP" } diff --git a/tests/patent-assignee-check/functional.toml b/tests/patent-assignee-check/functional.toml index 5e09261..e9ef25e 100644 --- a/tests/patent-assignee-check/functional.toml +++ b/tests/patent-assignee-check/functional.toml @@ -5,7 +5,7 @@ description = "Verify patent-assignee-check skill works for checking variations" timeout = 120 test_prompt = """ -Find all spelling variations of Salesforce assignee name in patent databases. Check how Salesforce appears in patents. +Find all spelling variations of Google assignee name in patent databases. Check how Google appears in patents. """ [[checks]] @@ -26,4 +26,4 @@ command = { command = "mcp-success", tool = "search_patents" } [[checks]] name = "company_name_parameter_used" -command = { command = "tool-param", tool = "search_patents", param = "assignee", value = "Salesforce" } +command = { command = "tool-param", tool = "search_patents", param = "assignee", value = "Google" }