Skip to content

Commit

Permalink
Merge pull request #8 from danielecook/development
Browse files Browse the repository at this point in the history
Disable recent test for now
  • Loading branch information
danielecook committed Jul 22, 2018
2 parents 9f7fcaa + 646d47f commit b203471
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/test_stats.py
Expand Up @@ -8,8 +8,8 @@
def test_intraday():
assert iex_stats.intraday().empty == False

def test_recent():
assert iex_stats.recent().empty == False
#def test_recent():
# assert iex_stats.recent().empty == False

def test_records():
assert iex_stats.records().empty == False
Expand Down

0 comments on commit b203471

Please sign in to comment.