Skip to content

Commit

Permalink
Fix duplicated testing class name and broken link in README
Browse files Browse the repository at this point in the history
  • Loading branch information
hhursev committed Oct 8, 2015
1 parent c897f94 commit a91fe96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ If you are programmer PRs with fixes are warmly welcomed and acknowledged with a
- [http://closetcooking.com/](http://closetcooking.com/)
- [http://cookstr.com/](http://cookstr.com/)
- [http://epicurious.com/](http://epicurious.com/)
- [http://finedininglovers.com/](https://finedininglovers.com/)
- [http://finedininglovers.com/](https://www.finedininglovers.com/)
- [http://foodrepublic.com/](http://foodrepublic.com)
- [http://jamieoliver.com/](http://www.jamieoliver.com/)
- [http://mybakingaddiction.com/](http://mybakingaddiction.com/)
Expand Down
2 changes: 1 addition & 1 deletion recipe_scrapers/tests/test_mybakingaddiction.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from recipe_scrapers.mybakingaddiction import MyBakingAddiction


class TestAllRecipesScraper(unittest.TestCase):
class TestMyBakingAddictionScraper(unittest.TestCase):
def setUp(self):
# tests are run from tests.py
with open(os.path.join(
Expand Down

0 comments on commit a91fe96

Please sign in to comment.