Skip to content

Commit 9a07b64

Browse files
committed
fix
1 parent eeb1f2f commit 9a07b64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/lib/usecases/run/GetAllRunsUseCase.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ module.exports = () => {
827827
query: {
828828
filter: {
829829
dataPassIds,
830-
detectorsQc: { '_1': { notBadFraction: { operator: '<', limit: 0.8 } }, mcReproducibleAsNotBad: true },
830+
detectorsQc: { '_1': { notBadFraction: { operator: '<', limit: 0.9 } }, mcReproducibleAsNotBad: true },
831831
},
832832
},
833833
});

0 commit comments

Comments
 (0)