Skip to content

Commit

Permalink
chore: remove dependency dashboard labels (#715)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neenu1995 authored and Shabirmean committed Nov 15, 2022
1 parent 5c231e1 commit ff14f97
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions dialogflow/snippets/src/test/dialogflow/SetAgentIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}

0 comments on commit ff14f97

Please sign in to comment.