Skip to content

Commit

Permalink
Update symbols_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Wesseldr authored Sep 4, 2016
1 parent 9009dd1 commit a806545
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 @@ -11,7 +11,7 @@ class TestSizeOfList(TestCase):
def test_sp500_size(self):
sp500 = symbols.get_sp500_symbols()
assert len(sp500) == 504, 'len gathered data: {}.\
Expected len: 504'.format(len(sp500))
Expected len: 505'.format(len(sp500))

def test_amex_not_null(self):
amex = symbols.get_amex_symbols()
Expand Down

0 comments on commit a806545

Please sign in to comment.