Skip to content

Commit

Permalink
Changed numofclasses to 0 for this test case. There are again no pack…
Browse files Browse the repository at this point in the history
…age information in the testfiles

Signed-off-by: nikomall34 <[email protected]>
  • Loading branch information
nikomall34 committed Feb 6, 2024
1 parent 0286469 commit 5bfc200
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ class MutationResultServiceTest : LightJavaCodeInsightFixtureTestCase5() {
mutationCoverageTextRatio = "3/13",
testStrengthPercentage = 25,
testStrengthTextRatio = "3/12",
numberOfClasses = 1
numberOfClasses = 0
),
mutationResult.totalResult
)
Expand Down

0 comments on commit 5bfc200

Please sign in to comment.