Skip to content

Commit

Permalink
removed this test case because there is no package information in the…
Browse files Browse the repository at this point in the history
… test files.

Signed-off-by: nikomall34 <[email protected]>
  • Loading branch information
nikomall34 committed Feb 6, 2024
1 parent 009d125 commit 0286469
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,5 @@ class MutationResultServiceTest : LightJavaCodeInsightFixtureTestCase5() {
Assertions.assertEquals(expected, actual)
Assertions.assertEquals(4, mutationResult.coverageReports.size)
Assertions.assertNotNull(mutationResult.totalResult)
Assertions.assertEquals(4, mutationResult.totalResult!!.numberOfClasses)
}
}

0 comments on commit 0286469

Please sign in to comment.