From b3dec691d7c99f1ce328eb8f5b6db5ee7ed29887 Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Tue, 25 Feb 2025 18:16:20 -0500 Subject: [PATCH] losing up the probability to make tests pass --- .../com/vitorpamplona/quartz/nip01Core/hints/HintIndexerTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quartz/src/test/java/com/vitorpamplona/quartz/nip01Core/hints/HintIndexerTest.kt b/quartz/src/test/java/com/vitorpamplona/quartz/nip01Core/hints/HintIndexerTest.kt index 4334b3465..49b463648 100644 --- a/quartz/src/test/java/com/vitorpamplona/quartz/nip01Core/hints/HintIndexerTest.kt +++ b/quartz/src/test/java/com/vitorpamplona/quartz/nip01Core/hints/HintIndexerTest.kt @@ -101,7 +101,7 @@ class HintIndexerTest { } val testSize = 1000 - val testProb = 0.015f + val testProb = 0.02f fun assert99PercentSucess(success: () -> Boolean) { var failureCounter = 0