mirror of
https://github.com/google/nomulus.git
synced 2025-08-04 08:52:12 +02:00
Capitalize the Bloom in Bloom filter in comments
(Because it's someone's name.) ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=150353742
This commit is contained in:
parent
bd6a2d02dd
commit
ff70494bd8
4 changed files with 12 additions and 12 deletions
|
@ -153,7 +153,7 @@ public class PremiumListUtilsTest {
|
|||
.setLabel("missingno")
|
||||
.setPrice(Money.parse("USD 1000"))
|
||||
.build());
|
||||
// "missingno" shouldn't be in the bloom filter, thus it should return not premium without
|
||||
// "missingno" shouldn't be in the Bloom filter, thus it should return not premium without
|
||||
// attempting to load the entity that is actually present.
|
||||
assertThat(getPremiumPrice("missingno", Registry.get("tld"))).isAbsent();
|
||||
// However, if we manually query the cache to force an entity load, it should be found.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue