mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-05-24 08:32:30 -04:00
119437a07c
Previously the logic for testing site blocking was essentially "assert blocked_site not part of result_site". This caused test failures, since site blocking does not extend to subdomains for the blocked site. The reversed logic makes more sense with what the test was trying to accomplish.