From 42d2c3a8696c3a69ceae79a3291ef3d95c5f1dc5 Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Tue, 10 Nov 2020 18:19:23 +0100 Subject: [PATCH] use the site BianrySearch for test_detect_false_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 49b40e38..b7b7f912 100644 --- a/sherlock/tests/all.py +++ b/sherlock/tests/all.py @@ -48,7 +48,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.