We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c07871a commit 767b528Copy full SHA for 767b528
tests/test_snapchat_dl.py
@@ -46,7 +46,7 @@ def test_class_init(self):
46
47
def test_invalid_username(self):
48
"""Test snapchat_dl Stories are not available."""
49
- with self.assertRaises(NoStoriesFound):
+ with self.assertRaises(UserNotFoundError):
50
self.snapchat_dl.download("username")
51
52
@mock.patch("snapchat_dl.snapchat_dl.SnapchatDL._api_response")
0 commit comments