Skip to content

Commit

Permalink
Update symbols_test.py
Browse files Browse the repository at this point in the history
fixing the tests
  • Loading branch information
Wesseldr authored Sep 4, 2016
1 parent a806545 commit e8e7c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion finsymbols/tests/symbols_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class TestSizeOfList(TestCase):

def test_sp500_size(self):
sp500 = symbols.get_sp500_symbols()
assert len(sp500) == 504, 'len gathered data: {}.\
assert len(sp500) == 505, 'len gathered data: {}.\
Expected len: 505'.format(len(sp500))

def test_amex_not_null(self):
Expand Down

0 comments on commit e8e7c55

Please sign in to comment.