Skip to content

Commit ff14f97

Browse files
Neenu1995Shabirmean
authored andcommitted
chore: remove dependency dashboard labels (#715)
renovatebot/renovate#11802
1 parent 5c231e1 commit ff14f97

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

dialogflow/snippets/src/test/dialogflow/SetAgentIT.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121

2222
public class SetAgentIT {
2323

24-
2524
/*
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-
*/
25+
* We cannot test setAgent because Dialogflow ES can only have one agent
26+
* and if we create a agent it will delete the exisitng testing agent and
27+
* would cause all tests to fail
28+
*/
3029
@Test
31-
public void testCreateAgent() {
30+
public void testCreateAgent() {
3231
Assert.assertTrue(true);
32+
}
3333
}

0 commit comments

Comments
 (0)