Merge pull request #859 from sherlock-project/fix-tests

Attempt to fix tests
pull/850/head^2
Siddharth Dushantha 4 years ago committed by GitHub
commit 30d29bb489
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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.
@ -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.

Loading…
Cancel
Save