.
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.
|
// Keep this test free of Spring/Mockito to avoid agent-attach requirements.
|
||||||
private final MarketingAnalysisService marketingAnalysisService = new MarketingAnalysisService(null, null, null,
|
private final MarketingAnalysisService marketingAnalysisService = new MarketingAnalysisService(null, null, null,
|
||||||
null, null);
|
null, null, null);
|
||||||
|
|
||||||
@SuppressWarnings({ "unchecked", "rawtypes" })
|
@SuppressWarnings({ "unchecked", "rawtypes" })
|
||||||
private Map buildPlaceholderMap() throws Exception {
|
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.
|
// Keep this test free of Spring/Mockito to avoid agent-attach requirements.
|
||||||
private final MarketingAnalysisService marketingAnalysisService = new MarketingAnalysisService(null, null, null,
|
private final MarketingAnalysisService marketingAnalysisService = new MarketingAnalysisService(null, null, null,
|
||||||
null, null);
|
null, null, null);
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
void appendDetailLevelDirectives_shouldForceBullets_forKratko() throws Exception {
|
void appendDetailLevelDirectives_shouldForceBullets_forKratko() throws Exception {
|
||||||
|
|||||||
Reference in New Issue
Block a user