.
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ class MarketingAnalysisServiceChartPlacementTest {
|
||||
|
||||
// Keep this test free of Spring/Mockito to avoid agent-attach requirements.
|
||||
private final MarketingAnalysisService marketingAnalysisService = new MarketingAnalysisService(null, null, null,
|
||||
null, null);
|
||||
null, null, null);
|
||||
|
||||
@SuppressWarnings({ "unchecked", "rawtypes" })
|
||||
private Map buildPlaceholderMap() throws Exception {
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@ class MarketingAnalysisServiceDetailLevelPromptTest {
|
||||
|
||||
// Keep this test free of Spring/Mockito to avoid agent-attach requirements.
|
||||
private final MarketingAnalysisService marketingAnalysisService = new MarketingAnalysisService(null, null, null,
|
||||
null, null);
|
||||
null, null, null);
|
||||
|
||||
@Test
|
||||
void appendDetailLevelDirectives_shouldForceBullets_forKratko() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user