Skip to content

Commit

Permalink
Fix unittests for SubsWiki
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine Bertin committed Sep 23, 2012
1 parent ab3ad0f commit 35f2e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_services.py
Expand Up @@ -368,7 +368,7 @@ def test_query_movie(self):
self.assertTrue(len(results) > 0)

def test_query_wrong_parameters(self):
with SubsWiki(self.config) as service:
with self.service(self.config) as service:
self.assertRaises(ServiceError, service.query,
self.fake_file, self.languages, keywords=self.movie_keywords, movie=self.movie, series=self.series)

Expand Down

0 comments on commit 35f2e47

Please sign in to comment.