Skip to content

Commit

Permalink
fix unittest after strings.io change
Browse files Browse the repository at this point in the history
  • Loading branch information
willforde committed Feb 28, 2018
1 parent 110ced5 commit 5421236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def test_localize(self):
self.assertEqual(self.script.localize(30001), "")

def test_localize_novideo(self):
self.assertEqual(self.script.localize(32401), "No video found!")
self.assertEqual(self.script.localize(32401), "Unable to resolve url")

def test_localize_nodata(self):
self.assertEqual(self.script.localize(33077), "No data found!")
Expand Down

0 comments on commit 5421236

Please sign in to comment.