From 64832e5997d65fd1506e56f6c7f0d82fb3fb3d5b Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Tue, 10 Nov 2020 18:17:57 +0100 Subject: [PATCH] use the site BianrySearch for test_detect_true_via_message --- sherlock/tests/all.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sherlock/tests/all.py b/sherlock/tests/all.py index f9468160..49b40e38 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 = 'Instructables' + site = 'BinarySearch' site_data = self.site_data_all[site] #Ensure that the site's detection method has not changed.