mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-05-21 07:06:34 -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.