|
25 | 25 | { |
26 | 26 | "target" : { |
27 | 27 | "containerPath" : "container:Core", |
28 | | - "identifier" : "CopilotModelTests", |
29 | | - "name" : "CopilotModelTests" |
| 28 | + "identifier" : "ServiceTests", |
| 29 | + "name" : "ServiceTests" |
30 | 30 | } |
31 | 31 | }, |
32 | 32 | { |
33 | 33 | "target" : { |
34 | 34 | "containerPath" : "container:Core", |
35 | | - "identifier" : "CopilotServiceTests", |
36 | | - "name" : "CopilotServiceTests" |
| 35 | + "identifier" : "SuggestionInjectorTests", |
| 36 | + "name" : "SuggestionInjectorTests" |
37 | 37 | } |
38 | 38 | }, |
39 | 39 | { |
40 | 40 | "target" : { |
41 | 41 | "containerPath" : "container:Core", |
42 | | - "identifier" : "ServiceTests", |
43 | | - "name" : "ServiceTests" |
| 42 | + "identifier" : "SuggestionWidgetTests", |
| 43 | + "name" : "SuggestionWidgetTests" |
44 | 44 | } |
45 | 45 | }, |
46 | 46 | { |
47 | 47 | "target" : { |
48 | 48 | "containerPath" : "container:Core", |
49 | | - "identifier" : "SuggestionInjectorTests", |
50 | | - "name" : "SuggestionInjectorTests" |
| 49 | + "identifier" : "PromptToCodeServiceTests", |
| 50 | + "name" : "PromptToCodeServiceTests" |
51 | 51 | } |
52 | 52 | }, |
53 | 53 | { |
54 | 54 | "target" : { |
55 | 55 | "containerPath" : "container:Core", |
56 | | - "identifier" : "OpenAIServiceTests", |
57 | | - "name" : "OpenAIServiceTests" |
| 56 | + "identifier" : "GitHubCopilotServiceTests", |
| 57 | + "name" : "GitHubCopilotServiceTests" |
58 | 58 | } |
59 | 59 | }, |
60 | 60 | { |
61 | 61 | "target" : { |
62 | 62 | "containerPath" : "container:Core", |
63 | | - "identifier" : "SuggestionWidgetTests", |
64 | | - "name" : "SuggestionWidgetTests" |
| 63 | + "identifier" : "SuggestionModelTests", |
| 64 | + "name" : "SuggestionModelTests" |
65 | 65 | } |
66 | 66 | }, |
67 | 67 | { |
68 | 68 | "target" : { |
69 | | - "containerPath" : "container:Core", |
70 | | - "identifier" : "PromptToCodeServiceTests", |
71 | | - "name" : "PromptToCodeServiceTests" |
| 69 | + "containerPath" : "container:Tool", |
| 70 | + "identifier" : "LangChainTests", |
| 71 | + "name" : "LangChainTests" |
| 72 | + } |
| 73 | + }, |
| 74 | + { |
| 75 | + "target" : { |
| 76 | + "containerPath" : "container:Tool", |
| 77 | + "identifier" : "OpenAIServiceTests", |
| 78 | + "name" : "OpenAIServiceTests" |
72 | 79 | } |
73 | 80 | } |
74 | 81 | ], |
|
0 commit comments