@@ -26,10 +26,10 @@ void setUp() {
26
26
ScamBlockerConfig scamConfig = mock (ScamBlockerConfig .class );
27
27
when (config .getScamBlocker ()).thenReturn (scamConfig );
28
28
29
- when (scamConfig .getSuspiciousKeywords ()). thenReturn ( Set . of ( "nitro" , "boob" , "sexy" , "sexi" ,
30
- "esex " , "steam " , "gift " , "onlyfans " , "bitcoin " , "btc " , "promo " , "trader" , "trading " ,
31
- "whatsapp " , "crypto " , "claim " , "teen " , "adobe " , "hack " , "steamcommunity " ,
32
- "freenitro " , "usd " , "^earn" , ".exe" ));
29
+ when (scamConfig .getSuspiciousKeywords ())
30
+ . thenReturn ( Set . of ( "nitro " , "boob " , "sexy " , "sexi " , "esex " , "steam " , "gift " , "onlyfans " ,
31
+ "bitcoin " , "btc " , "promo " , "trader " , "trading " , "whatsapp " , "crypto" , "claim " ,
32
+ "teen " , "adobe" , "hack" , "steamcommunity" , "freenitro " , "^earn" , ".exe" ));
33
33
when (scamConfig .getHostWhitelist ()).thenReturn (Set .of ("discord.com" , "discord.media" ,
34
34
"discordapp.com" , "discordapp.net" , "discordstatus.com" ));
35
35
when (scamConfig .getHostBlacklist ()).thenReturn (Set .of ("bit.ly" , "discord.gg" , "teletype.in" ,
@@ -243,6 +243,8 @@ private static List<String> provideRealScamMessages() {
243
243
private static List <String > provideRealFalsePositiveMessages () {
244
244
return List
245
245
.of ("""
246
- https://learn.microsoft.com/en-us/dotnet/csharp/fundamentals/types/anonymous-types""" );
246
+ https://learn.microsoft.com/en-us/dotnet/csharp/fundamentals/types/anonymous-types""" ,
247
+ """
248
+ And according to quick google search. Median wage is about $23k usd""" );
247
249
}
248
250
}
0 commit comments