Skip to content

Commit

Permalink
Merge pull request sherlock-project#859 from sherlock-project/fix-tests
Browse files Browse the repository at this point in the history
Attempt to fix tests
  • Loading branch information
sdushantha authored Nov 10, 2020
2 parents 1e7b96e + 42d2c3a commit 30d29bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sherlock/tests/all.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def test_detect_true_via_message(self):
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.
Expand All @@ -48,7 +48,7 @@ def test_detect_false_via_message(self):
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.
Expand Down

0 comments on commit 30d29bb

Please sign in to comment.