Skip to content

Commit

Permalink
Fix unit test for Vegas addition
Browse files Browse the repository at this point in the history
  • Loading branch information
aaront committed Nov 23, 2016
1 parent db2c7da commit d51b874
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ puckdb
:target: https://circleci.com/gh/aaront/puckdb
:alt: Build Status

.. image:: https://img.shields.io/coveralls/aaront/puckdb/master.svg?style=flat
:target: https://coveralls.io/github/aaront/puckdb
.. image:: https://img.shields.io/codecov/c/github/aaront/puckdb/master.svg?style=flat
:target: https://codecov.io/gh/aaront/puckdb
:alt: Code Coverage

An async-first hockey data extractor and API.
Expand Down
2 changes: 1 addition & 1 deletion tests/test_scrapers.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ def test_one_day(self):
class TestTeamScraper(TestAsyncScraper):
def test_get_teams(self):
teams = scrapers.TeamScraper(loop=self.loop).get()
self.assertEqual(53, len(teams))
self.assertEqual(54, len(teams))

0 comments on commit d51b874

Please sign in to comment.