mirror of
https://github.com/sherlock-project/sherlock
synced 2025-03-17 23:06:57 +00:00
Merge pull request #859 from sherlock-project/fix-tests
Attempt to fix tests
This commit is contained in:
commit
30d29bb489
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue