Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
xsalonx committed Nov 28, 2024
1 parent ad1ab15 commit 1f50297
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/api/qcFlags.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ module.exports = () => {
mcReproducible: true,
badEffectiveRunCoverage: 0.3333333,
explicitlyNotBadEffectiveRunCoverage: 0,
qualityNotDefinedEffectiveRunCoverage: 0.6667000000000001,
qualityNotDefinedEffectiveRunCoverage: 0.6666667,
},
16: {
badEffectiveRunCoverage: 0,
Expand Down Expand Up @@ -128,7 +128,7 @@ module.exports = () => {
mcReproducible: false,
badEffectiveRunCoverage: 0.7222222,
explicitlyNotBadEffectiveRunCoverage: 0,
qualityNotDefinedEffectiveRunCoverage: 0.27780000000000005,
qualityNotDefinedEffectiveRunCoverage: 0.27777779999999996,
},
},
});
Expand Down

0 comments on commit 1f50297

Please sign in to comment.