From ff14f972b86c1d220165f9ae48fe0f890e0b80f9 Mon Sep 17 00:00:00 2001 From: Neenu Shaji Date: Tue, 21 Sep 2021 16:42:14 -0400 Subject: [PATCH] chore: remove dependency dashboard labels (#715) https://github.com/renovatebot/renovate/discussions/11802 --- .../snippets/src/test/dialogflow/SetAgentIT.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dialogflow/snippets/src/test/dialogflow/SetAgentIT.java b/dialogflow/snippets/src/test/dialogflow/SetAgentIT.java index 146ce24c7bd..a3ba3d3818e 100644 --- a/dialogflow/snippets/src/test/dialogflow/SetAgentIT.java +++ b/dialogflow/snippets/src/test/dialogflow/SetAgentIT.java @@ -21,13 +21,13 @@ public class SetAgentIT { - /* - * We cannot test setAgent because Dialogflow ES can only have one agent - * and if we create a agent it will delete the exisitng testing agent and - * would cause all tests to fail - */ + * We cannot test setAgent because Dialogflow ES can only have one agent + * and if we create a agent it will delete the exisitng testing agent and + * would cause all tests to fail + */ @Test - public void testCreateAgent() { + public void testCreateAgent() { Assert.assertTrue(true); + } }