Skip to content

Commit

Permalink
fixed constructor name
Browse files Browse the repository at this point in the history
  • Loading branch information
starkda committed Mar 25, 2024
1 parent 83a8137 commit d051565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/jpeek/metrics/CcmTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
* Tests to check CCM metric in different links between attributes and methods.
* @since 0.29
*/
@Disabled
final class CcmTest {

/**
Expand Down Expand Up @@ -95,6 +94,7 @@ void oneComponentInClassTest() throws Exception {
* @throws Exception
*/
@Test
@Disabled
void mixedCallsInClassTest() throws Exception {
final MetricBase.Report report = new MetricBase(
"org/jpeek/metrics/CCM.xsl"
Expand Down

0 comments on commit d051565

Please sign in to comment.