Skip to content

Commit

Permalink
flakey
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Cole <adrian@tetrate.io>
  • Loading branch information
Adrian Cole committed Apr 14, 2024
1 parent 4a87760 commit 3eaada6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brave/src/test/java/brave/sampler/BoundarySamplerTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class BoundarySamplerTest extends SamplerTest {
}

@Override Percentage expectedErrorProbability() {
return withPercentage(10);
return withPercentage(11);
}

@Test void acceptsOneInTenThousandProbability() {
Expand Down

0 comments on commit 3eaada6

Please sign in to comment.