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); + } }