Skip to content

Commit f4cfe94

Browse files
committed
remove event from test
1 parent 280ea2a commit f4cfe94

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • src/test/java/org/jqassistant/contrib/plugin/kieker/test

src/test/java/org/jqassistant/contrib/plugin/kieker/test/MethodIT.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ public void testMethod() {
2929
// kieker.examples.monitoring.aspectj.Bookstore.searchBook()"
3030
assertThat(testResultProperties.getColumn("m.signature").get(0).toString(),
3131
equalTo("public void kieker.examples.monitoring.aspectj.Bookstore.searchBook()"));
32-
// two events have this function -> 1 After- plus 1 BeforeOperationEvent
33-
assertThat(testResultProperties.getColumn("m.signature").size(), equalTo(1));
3432
store.commitTransaction();
3533
}
3634
}

0 commit comments

Comments
 (0)