We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcd8cbd commit 294dd54Copy full SHA for 294dd54
dialogflow/snippets/src/test/dialogflow/SetAgentIT.java
@@ -21,13 +21,13 @@
21
22
public class SetAgentIT {
23
24
-
25
/*
26
- * We cannot test setAgent because Dialogflow ES can only have one agent
27
- * and if we create a agent it will delete the exisitng testing agent and
28
- * would cause all tests to fail
29
- */
+ * 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
+ */
30
@Test
31
- public void testCreateAgent() {
+ public void testCreateAgent() {
32
Assert.assertTrue(true);
+ }
33
}
0 commit comments