Skip to content

Commit e9ed36c

Browse files
author
Addagada Raghuveer
committed
removing invocation count
1 parent 243ee95 commit e9ed36c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/sample/SampleTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public void testData() {
3939
log.info("Topic in Source Response : " + response.getSource().get(0).getAnnotations().getTopic());
4040
}
4141

42-
@Test(invocationCount = 13)
42+
@Test
4343
public void testRandomness() {
4444
final boolean random = new Random().nextBoolean();
4545
log.info("Given Value is : " + random);

0 commit comments

Comments
 (0)