From cf8251d241f0de6d31e0bbd04979f91ee22e6c5a Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Wed, 15 Feb 2023 17:43:37 +0100 Subject: [PATCH] switched BinarySearch with AllMyLinks in tests --- sherlock/tests/all.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sherlock/tests/all.py b/sherlock/tests/all.py index 1ff2e19..b9c2953 100644 --- a/sherlock/tests/all.py +++ b/sherlock/tests/all.py @@ -21,7 +21,7 @@ class SherlockDetectTests(SherlockBaseTest): Will trigger an assert if detection mechanism did not work as expected. """ - site = "BinarySearch" + site = "AllMyLinks" site_data = self.site_data_all[site] #Ensure that the site's detection method has not changed. @@ -48,7 +48,7 @@ class SherlockDetectTests(SherlockBaseTest): Will trigger an assert if detection mechanism did not work as expected. """ - site = "BinarySearch" + site = "AllMyLinks" site_data = self.site_data_all[site] #Ensure that the site's detection method has not changed.