Skip to content

Commit

Permalink
Fixed test for Pharo11
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanmontt committed Feb 9, 2024
1 parent 90878e0 commit a5a365f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ IllAllocationRateProfilerTest >> testSamplingRateOtherPercentage [
"We are cheking in this range becase the profiler makes some allocations that are
necessary for the profiler to work, like Durations objects. So we cannot chack that the
allocations are exacty 1/3 of the total."
self assert: (allocatedByteSrings >= 75) & (allocatedByteSrings < 80)
self assert: (allocatedByteSrings >= 75) & (allocatedByteSrings < 85)
]

0 comments on commit a5a365f

Please sign in to comment.